2024-01-18T23:33:55.000 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-18T23:33:55.000 DEBUG:teuthology.run:Teuthology command: 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-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520697 --verbose --owner scheduled_yuriw@teuthology --name yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520697/orig.config.yaml 2024-01-18T23:33:55.034 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-18T23:33:55.107 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520697 branch: wip-yuri10-testing-2024-01-17-0759-pacific description: rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: null first_in_suite: false job_id: '7520697' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri10-testing-2024-01-17-0759-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri10-testing-2024-01-17-0759-pacific sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 2168 sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri10-testing-2024-01-17-0759-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 targets: smithi008.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM+pCn9kJjd2Iaq8Lt4w/brvc3oJMeKkyriZjdgcqlbgjOn9K+MmrD1zPUiZxGLbUfLSifQzNY5ojTqKIhawIRU= smithi060.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIFoBD04RpuPgZ73nGMa9cIbcHgBJ5qBSlSgF6iDoUorLlQ3q7gbo7Z+StJUQT5RV25CnmRbjHF8hHQ8W3yLM5s= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-18_15:15:19 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-18T23:33:55.107 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa; will attempt to use it 2024-01-18T23:33:55.108 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks 2024-01-18T23:33:55.108 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-18T23:33:55.110 INFO:teuthology.task.internal:Checking packages... 2024-01-18T23:33:55.133 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0' 2024-01-18T23:33:55.133 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-18T23:33:55.133 INFO:teuthology.packaging:ref: None 2024-01-18T23:33:55.133 INFO:teuthology.packaging:tag: None 2024-01-18T23:33:55.133 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-18T23:33:55.133 INFO:teuthology.packaging:sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T23:33:55.133 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-18T23:33:55.278 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454.g491b5e13 2024-01-18T23:33:55.280 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-18T23:33:55.286 INFO:teuthology.task.internal:no buildpackages task found 2024-01-18T23:33:55.286 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-18T23:33:55.314 INFO:teuthology.task.internal:Saving configuration 2024-01-18T23:33:55.328 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-18T23:33:55.335 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T23:33:55.361 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520697', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 23:29:01.099507', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM+pCn9kJjd2Iaq8Lt4w/brvc3oJMeKkyriZjdgcqlbgjOn9K+MmrD1zPUiZxGLbUfLSifQzNY5ojTqKIhawIRU='} 2024-01-18T23:33:55.380 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi060.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520697', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 23:29:01.097687', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIFoBD04RpuPgZ73nGMa9cIbcHgBJ5qBSlSgF6iDoUorLlQ3q7gbo7Z+StJUQT5RV25CnmRbjHF8hHQ8W3yLM5s='} 2024-01-18T23:33:55.381 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-18T23:33:55.386 INFO:teuthology.task.internal:roles: ubuntu@smithi008.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-18T23:33:55.386 INFO:teuthology.task.internal:roles: ubuntu@smithi060.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-18T23:33:55.386 INFO:teuthology.run_tasks:Running task console_log... 2024-01-18T23:33:55.456 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f8231372ee0>, signals=[15]) 2024-01-18T23:33:55.456 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-18T23:33:55.461 INFO:teuthology.task.internal:Opening connections... 2024-01-18T23:33:55.462 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi008.front.sepia.ceph.com 2024-01-18T23:33:55.463 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T23:33:55.549 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi060.front.sepia.ceph.com 2024-01-18T23:33:55.550 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T23:33:55.625 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-18T23:33:55.631 DEBUG:teuthology.orchestra.run.smithi008:> uname -m 2024-01-18T23:33:55.654 INFO:teuthology.orchestra.run.smithi008.stdout:x86_64 2024-01-18T23:33:55.655 DEBUG:teuthology.orchestra.run.smithi008:> cat /etc/os-release 2024-01-18T23:33:55.716 INFO:teuthology.orchestra.run.smithi008.stdout:NAME="CentOS Stream" 2024-01-18T23:33:55.717 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION="8" 2024-01-18T23:33:55.717 INFO:teuthology.orchestra.run.smithi008.stdout:ID="centos" 2024-01-18T23:33:55.717 INFO:teuthology.orchestra.run.smithi008.stdout:ID_LIKE="rhel fedora" 2024-01-18T23:33:55.717 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION_ID="8" 2024-01-18T23:33:55.717 INFO:teuthology.orchestra.run.smithi008.stdout:PLATFORM_ID="platform:el8" 2024-01-18T23:33:55.717 INFO:teuthology.orchestra.run.smithi008.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-18T23:33:55.717 INFO:teuthology.orchestra.run.smithi008.stdout:ANSI_COLOR="0;31" 2024-01-18T23:33:55.717 INFO:teuthology.orchestra.run.smithi008.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-18T23:33:55.717 INFO:teuthology.orchestra.run.smithi008.stdout:HOME_URL="https://centos.org/" 2024-01-18T23:33:55.717 INFO:teuthology.orchestra.run.smithi008.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-18T23:33:55.717 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-18T23:33:55.717 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-18T23:33:55.718 INFO:teuthology.lock.ops:Updating smithi008.front.sepia.ceph.com on lock server 2024-01-18T23:33:55.742 DEBUG:teuthology.orchestra.run.smithi060:> uname -m 2024-01-18T23:33:55.765 INFO:teuthology.orchestra.run.smithi060.stdout:x86_64 2024-01-18T23:33:55.765 DEBUG:teuthology.orchestra.run.smithi060:> cat /etc/os-release 2024-01-18T23:33:55.826 INFO:teuthology.orchestra.run.smithi060.stdout:NAME="CentOS Stream" 2024-01-18T23:33:55.826 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION="8" 2024-01-18T23:33:55.827 INFO:teuthology.orchestra.run.smithi060.stdout:ID="centos" 2024-01-18T23:33:55.827 INFO:teuthology.orchestra.run.smithi060.stdout:ID_LIKE="rhel fedora" 2024-01-18T23:33:55.827 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION_ID="8" 2024-01-18T23:33:55.827 INFO:teuthology.orchestra.run.smithi060.stdout:PLATFORM_ID="platform:el8" 2024-01-18T23:33:55.827 INFO:teuthology.orchestra.run.smithi060.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-18T23:33:55.827 INFO:teuthology.orchestra.run.smithi060.stdout:ANSI_COLOR="0;31" 2024-01-18T23:33:55.827 INFO:teuthology.orchestra.run.smithi060.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-18T23:33:55.827 INFO:teuthology.orchestra.run.smithi060.stdout:HOME_URL="https://centos.org/" 2024-01-18T23:33:55.827 INFO:teuthology.orchestra.run.smithi060.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-18T23:33:55.827 INFO:teuthology.orchestra.run.smithi060.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-18T23:33:55.827 INFO:teuthology.orchestra.run.smithi060.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-18T23:33:55.827 INFO:teuthology.lock.ops:Updating smithi060.front.sepia.ceph.com on lock server 2024-01-18T23:33:55.850 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-18T23:33:55.858 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-18T23:33:55.864 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-18T23:33:55.865 DEBUG:teuthology.orchestra.run.smithi008:> test '!' -e /home/ubuntu/cephtest 2024-01-18T23:33:55.867 DEBUG:teuthology.orchestra.run.smithi060:> test '!' -e /home/ubuntu/cephtest 2024-01-18T23:33:55.888 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-18T23:33:55.894 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-18T23:33:55.895 DEBUG:teuthology.orchestra.run.smithi008:> test -z $(ls -A /var/lib/ceph) 2024-01-18T23:33:55.928 DEBUG:teuthology.orchestra.run.smithi060:> test -z $(ls -A /var/lib/ceph) 2024-01-18T23:33:55.964 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-18T23:33:56.010 INFO:teuthology.run_tasks:Running task kernel... 2024-01-18T23:33:56.025 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-18T23:33:56.025 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-18T23:33:56.025 DEBUG:teuthology.orchestra.run.smithi008:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-18T23:33:56.026 DEBUG:teuthology.orchestra.run.smithi060:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-18T23:33:56.045 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T23:33:56.046 DEBUG:teuthology.orchestra.run.smithi008:> uname -r 2024-01-18T23:33:56.046 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T23:33:56.047 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2024-01-18T23:33:56.106 INFO:teuthology.orchestra.run.smithi008.stdout:4.18.0-489.el8.x86_64 2024-01-18T23:33:56.107 INFO:teuthology.task.kernel:Running kernel on smithi008: 4.18.0-489.el8.x86_64 2024-01-18T23:33:56.107 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum install -y kernel 2024-01-18T23:33:56.108 INFO:teuthology.orchestra.run.smithi060.stdout:4.18.0-489.el8.x86_64 2024-01-18T23:33:56.108 INFO:teuthology.task.kernel:Running kernel on smithi060: 4.18.0-489.el8.x86_64 2024-01-18T23:33:56.108 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum install -y kernel 2024-01-18T23:34:00.499 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 8 - AppStream 15 MB/s | 26 MB 00:01 2024-01-18T23:34:00.879 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 8 - AppStream 13 MB/s | 26 MB 00:02 2024-01-18T23:34:06.289 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 8 - BaseOS 14 MB/s | 10 MB 00:00 2024-01-18T23:34:06.896 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 8 - BaseOS 11 MB/s | 10 MB 00:00 2024-01-18T23:34:08.331 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 8 - Extras 48 kB/s | 18 kB 00:00 2024-01-18T23:34:08.813 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 8 - Extras 80 kB/s | 18 kB 00:00 2024-01-18T23:34:09.182 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 8 - Extras common packages 9.4 kB/s | 6.9 kB 00:00 2024-01-18T23:34:09.425 INFO:teuthology.orchestra.run.smithi060.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-01-18T23:34:09.505 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 8 - Extras common packages 12 kB/s | 6.9 kB 00:00 2024-01-18T23:34:09.749 INFO:teuthology.orchestra.run.smithi008.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-01-18T23:34:10.317 INFO:teuthology.orchestra.run.smithi060.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2024-01-18T23:34:14.060 INFO:teuthology.orchestra.run.smithi008.stdout:Extra Packages for Enterprise Linux 3.8 MB/s | 16 MB 00:04 2024-01-18T23:34:14.309 INFO:teuthology.orchestra.run.smithi060.stdout:lab-extras 551 kB/s | 24 kB 00:00 2024-01-18T23:34:17.356 INFO:teuthology.orchestra.run.smithi060.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-18T23:34:17.357 INFO:teuthology.orchestra.run.smithi060.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-18T23:34:17.468 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-01-18T23:34:17.469 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-01-18T23:34:17.469 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2024-01-18T23:34:17.469 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-01-18T23:34:17.469 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-01-18T23:34:17.469 INFO:teuthology.orchestra.run.smithi060.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-18T23:34:17.470 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-01-18T23:34:17.470 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-18T23:34:17.470 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-18T23:34:17.470 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-01-18T23:34:17.470 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-01-18T23:34:17.470 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-01-18T23:34:17.470 INFO:teuthology.orchestra.run.smithi060.stdout:Install 3 Packages 2024-01-18T23:34:17.470 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-01-18T23:34:17.470 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 89 M 2024-01-18T23:34:17.470 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 96 M 2024-01-18T23:34:17.471 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-01-18T23:34:18.000 INFO:teuthology.orchestra.run.smithi008.stdout:lab-extras 452 kB/s | 24 kB 00:00 2024-01-18T23:34:18.511 INFO:teuthology.orchestra.run.smithi060.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 10 MB/s | 10 MB 00:01 2024-01-18T23:34:20.395 INFO:teuthology.orchestra.run.smithi060.stdout:(2/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 12 MB/s | 36 MB 00:02 2024-01-18T23:34:21.028 INFO:teuthology.orchestra.run.smithi060.stdout:(3/3): kernel-core-4.18.0-535.el8.x86_64.rpm 12 MB/s | 43 MB 00:03 2024-01-18T23:34:21.028 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-01-18T23:34:21.028 INFO:teuthology.orchestra.run.smithi060.stdout:Total 25 MB/s | 89 MB 00:03 2024-01-18T23:34:21.121 INFO:teuthology.orchestra.run.smithi008.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-18T23:34:21.122 INFO:teuthology.orchestra.run.smithi008.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-18T23:34:21.232 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-01-18T23:34:21.233 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-01-18T23:34:21.233 INFO:teuthology.orchestra.run.smithi008.stdout: Package Architecture Version Repository Size 2024-01-18T23:34:21.233 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-01-18T23:34:21.233 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-01-18T23:34:21.233 INFO:teuthology.orchestra.run.smithi008.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-18T23:34:21.233 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-01-18T23:34:21.233 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-18T23:34:21.234 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-18T23:34:21.234 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:34:21.234 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-01-18T23:34:21.234 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-01-18T23:34:21.234 INFO:teuthology.orchestra.run.smithi008.stdout:Install 3 Packages 2024-01-18T23:34:21.234 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:34:21.234 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 89 M 2024-01-18T23:34:21.234 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 96 M 2024-01-18T23:34:21.235 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-01-18T23:34:21.739 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-01-18T23:34:22.189 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-01-18T23:34:22.189 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-01-18T23:34:22.259 INFO:teuthology.orchestra.run.smithi008.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 10 MB/s | 10 MB 00:00 2024-01-18T23:34:23.492 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-01-18T23:34:23.509 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-01-18T23:34:24.143 INFO:teuthology.orchestra.run.smithi008.stdout:(2/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 13 MB/s | 36 MB 00:02 2024-01-18T23:34:24.760 INFO:teuthology.orchestra.run.smithi008.stdout:(3/3): kernel-core-4.18.0-535.el8.x86_64.rpm 12 MB/s | 43 MB 00:03 2024-01-18T23:34:24.760 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-01-18T23:34:24.760 INFO:teuthology.orchestra.run.smithi008.stdout:Total 25 MB/s | 89 MB 00:03 2024-01-18T23:34:25.472 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-01-18T23:34:25.913 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-01-18T23:34:25.913 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-01-18T23:34:26.436 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-01-18T23:34:26.925 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-18T23:34:27.226 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-01-18T23:34:27.246 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-01-18T23:34:30.125 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-01-18T23:34:30.655 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-18T23:34:30.733 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-18T23:34:31.049 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-18T23:34:34.489 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-18T23:34:34.721 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-18T23:34:34.891 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-18T23:34:34.985 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-18T23:34:38.564 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-18T23:34:38.861 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-18T23:34:58.525 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-18T23:34:58.549 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-18T23:34:58.926 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-18T23:34:58.926 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-18T23:34:58.926 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-18T23:34:59.469 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-18T23:34:59.469 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-01-18T23:34:59.469 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-01-18T23:34:59.469 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-18T23:34:59.469 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-18T23:34:59.469 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-01-18T23:34:59.470 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-01-18T23:34:59.610 DEBUG:teuthology.orchestra.run.smithi060:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T23:34:59.840 INFO:teuthology.orchestra.run.smithi060.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-18T23:34:59.840 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-18T23:34:59.841 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-18T23:34:59.841 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-18T23:34:59.841 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-18T23:34:59.841 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-18T23:34:59.841 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi060.front.sepia.ceph.com, path=None, version=distro) 2024-01-18T23:34:59.841 DEBUG:teuthology.orchestra.run.smithi060:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T23:35:00.061 INFO:teuthology.orchestra.run.smithi060.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-18T23:35:00.061 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-18T23:35:00.061 DEBUG:teuthology.orchestra.run.smithi060:> sudo rpm -qi grub2-tools 2024-01-18T23:35:00.095 INFO:teuthology.orchestra.run.smithi060.stdout:Name : grub2-tools 2024-01-18T23:35:00.096 INFO:teuthology.orchestra.run.smithi060.stdout:Epoch : 1 2024-01-18T23:35:00.096 INFO:teuthology.orchestra.run.smithi060.stdout:Version : 2.02 2024-01-18T23:35:00.096 INFO:teuthology.orchestra.run.smithi060.stdout:Release : 129.el8 2024-01-18T23:35:00.096 INFO:teuthology.orchestra.run.smithi060.stdout:Architecture: x86_64 2024-01-18T23:35:00.096 INFO:teuthology.orchestra.run.smithi060.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-18T23:35:00.096 INFO:teuthology.orchestra.run.smithi060.stdout:Group : System Environment/Base 2024-01-18T23:35:00.096 INFO:teuthology.orchestra.run.smithi060.stdout:Size : 9265586 2024-01-18T23:35:00.096 INFO:teuthology.orchestra.run.smithi060.stdout:License : GPLv3+ 2024-01-18T23:35:00.096 INFO:teuthology.orchestra.run.smithi060.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-18T23:35:00.096 INFO:teuthology.orchestra.run.smithi060.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-18T23:35:00.097 INFO:teuthology.orchestra.run.smithi060.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-18T23:35:00.097 INFO:teuthology.orchestra.run.smithi060.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-18T23:35:00.097 INFO:teuthology.orchestra.run.smithi060.stdout:Relocations : (not relocatable) 2024-01-18T23:35:00.097 INFO:teuthology.orchestra.run.smithi060.stdout:Packager : CentOS BuildSystem 2024-01-18T23:35:00.097 INFO:teuthology.orchestra.run.smithi060.stdout:Vendor : CentOS 2024-01-18T23:35:00.097 INFO:teuthology.orchestra.run.smithi060.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-18T23:35:00.097 INFO:teuthology.orchestra.run.smithi060.stdout:Summary : Support tools for GRUB. 2024-01-18T23:35:00.097 INFO:teuthology.orchestra.run.smithi060.stdout:Description : 2024-01-18T23:35:00.097 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-01-18T23:35:00.097 INFO:teuthology.orchestra.run.smithi060.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-18T23:35:00.097 INFO:teuthology.orchestra.run.smithi060.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-18T23:35:00.098 INFO:teuthology.orchestra.run.smithi060.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-18T23:35:00.098 INFO:teuthology.orchestra.run.smithi060.stdout:hardware devices. 2024-01-18T23:35:00.098 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-01-18T23:35:00.098 INFO:teuthology.orchestra.run.smithi060.stdout:This subpackage provides tools for support of all platforms. 2024-01-18T23:35:00.099 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-18T23:35:00.099 INFO:teuthology.task.kernel:Updating grub on smithi060 to boot 4.18.0-535.el8.x86_64 2024-01-18T23:35:00.099 DEBUG:teuthology.orchestra.run.smithi060:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-18T23:35:01.488 INFO:teuthology.orchestra.run.smithi060.stderr:Generating grub configuration file ... 2024-01-18T23:35:02.904 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-18T23:35:02.929 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-18T23:35:03.195 INFO:teuthology.orchestra.run.smithi060.stderr:done 2024-01-18T23:35:03.197 DEBUG:teuthology.orchestra.run.smithi060:> mktemp 2024-01-18T23:35:03.230 INFO:teuthology.orchestra.run.smithi060.stdout:/tmp/tmp.K3DHpBRiyM 2024-01-18T23:35:03.230 DEBUG:teuthology.orchestra.run.smithi060:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.K3DHpBRiyM 2024-01-18T23:35:03.294 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-18T23:35:03.294 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-18T23:35:03.294 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-18T23:35:03.305 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 0666 /tmp/tmp.K3DHpBRiyM 2024-01-18T23:35:03.459 DEBUG:teuthology.orchestra.remote:smithi060:/tmp/tmp.K3DHpBRiyM is 6KB 2024-01-18T23:35:03.518 DEBUG:teuthology.orchestra.run.smithi060:> rm -fr /tmp/tmp.K3DHpBRiyM 2024-01-18T23:35:03.536 DEBUG:teuthology.orchestra.run.smithi060:> sudo /bin/ls /boot/loader/entries || true 2024-01-18T23:35:03.627 INFO:teuthology.orchestra.run.smithi060.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-18T23:35:03.627 INFO:teuthology.orchestra.run.smithi060.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-18T23:35:03.627 INFO:teuthology.orchestra.run.smithi060.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-18T23:35:03.627 INFO:teuthology.orchestra.run.smithi060.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-18T23:35:03.628 DEBUG:teuthology.orchestra.run.smithi060:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-18T23:35:03.751 DEBUG:teuthology.orchestra.run.smithi060:> sudo shutdown -r now 2024-01-18T23:35:03.789 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-18T23:35:03.789 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:35:03.789 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-01-18T23:35:03.789 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-18T23:35:03.789 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-18T23:35:03.789 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:35:03.790 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-01-18T23:35:03.957 DEBUG:teuthology.orchestra.run.smithi008:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T23:35:04.182 INFO:teuthology.orchestra.run.smithi008.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-18T23:35:04.182 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-18T23:35:04.183 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-18T23:35:04.183 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-18T23:35:04.183 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-18T23:35:04.183 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-18T23:35:04.183 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi008.front.sepia.ceph.com, path=None, version=distro) 2024-01-18T23:35:04.183 DEBUG:teuthology.orchestra.run.smithi008:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T23:35:04.403 INFO:teuthology.orchestra.run.smithi008.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-18T23:35:04.403 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-18T23:35:04.403 DEBUG:teuthology.orchestra.run.smithi008:> sudo rpm -qi grub2-tools 2024-01-18T23:35:04.437 INFO:teuthology.orchestra.run.smithi008.stdout:Name : grub2-tools 2024-01-18T23:35:04.437 INFO:teuthology.orchestra.run.smithi008.stdout:Epoch : 1 2024-01-18T23:35:04.438 INFO:teuthology.orchestra.run.smithi008.stdout:Version : 2.02 2024-01-18T23:35:04.438 INFO:teuthology.orchestra.run.smithi008.stdout:Release : 129.el8 2024-01-18T23:35:04.438 INFO:teuthology.orchestra.run.smithi008.stdout:Architecture: x86_64 2024-01-18T23:35:04.438 INFO:teuthology.orchestra.run.smithi008.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-18T23:35:04.438 INFO:teuthology.orchestra.run.smithi008.stdout:Group : System Environment/Base 2024-01-18T23:35:04.438 INFO:teuthology.orchestra.run.smithi008.stdout:Size : 9265586 2024-01-18T23:35:04.438 INFO:teuthology.orchestra.run.smithi008.stdout:License : GPLv3+ 2024-01-18T23:35:04.438 INFO:teuthology.orchestra.run.smithi008.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-18T23:35:04.438 INFO:teuthology.orchestra.run.smithi008.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-18T23:35:04.438 INFO:teuthology.orchestra.run.smithi008.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-18T23:35:04.438 INFO:teuthology.orchestra.run.smithi008.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-18T23:35:04.438 INFO:teuthology.orchestra.run.smithi008.stdout:Relocations : (not relocatable) 2024-01-18T23:35:04.438 INFO:teuthology.orchestra.run.smithi008.stdout:Packager : CentOS BuildSystem 2024-01-18T23:35:04.438 INFO:teuthology.orchestra.run.smithi008.stdout:Vendor : CentOS 2024-01-18T23:35:04.438 INFO:teuthology.orchestra.run.smithi008.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-18T23:35:04.439 INFO:teuthology.orchestra.run.smithi008.stdout:Summary : Support tools for GRUB. 2024-01-18T23:35:04.439 INFO:teuthology.orchestra.run.smithi008.stdout:Description : 2024-01-18T23:35:04.439 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:35:04.439 INFO:teuthology.orchestra.run.smithi008.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-18T23:35:04.439 INFO:teuthology.orchestra.run.smithi008.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-18T23:35:04.439 INFO:teuthology.orchestra.run.smithi008.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-18T23:35:04.439 INFO:teuthology.orchestra.run.smithi008.stdout:hardware devices. 2024-01-18T23:35:04.439 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:35:04.439 INFO:teuthology.orchestra.run.smithi008.stdout:This subpackage provides tools for support of all platforms. 2024-01-18T23:35:04.440 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-18T23:35:04.440 INFO:teuthology.task.kernel:Updating grub on smithi008 to boot 4.18.0-535.el8.x86_64 2024-01-18T23:35:04.440 DEBUG:teuthology.orchestra.run.smithi008:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-18T23:35:05.778 INFO:teuthology.orchestra.run.smithi008.stderr:Generating grub configuration file ... 2024-01-18T23:35:07.633 INFO:teuthology.orchestra.run.smithi008.stderr:done 2024-01-18T23:35:07.635 DEBUG:teuthology.orchestra.run.smithi008:> mktemp 2024-01-18T23:35:07.671 INFO:teuthology.orchestra.run.smithi008.stdout:/tmp/tmp.NqgCq29Sij 2024-01-18T23:35:07.671 DEBUG:teuthology.orchestra.run.smithi008:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.NqgCq29Sij 2024-01-18T23:35:07.745 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 0666 /tmp/tmp.NqgCq29Sij 2024-01-18T23:35:07.897 DEBUG:teuthology.orchestra.remote:smithi008:/tmp/tmp.NqgCq29Sij is 6KB 2024-01-18T23:35:07.945 DEBUG:teuthology.orchestra.run.smithi008:> rm -fr /tmp/tmp.NqgCq29Sij 2024-01-18T23:35:07.962 DEBUG:teuthology.orchestra.run.smithi008:> sudo /bin/ls /boot/loader/entries || true 2024-01-18T23:35:08.044 INFO:teuthology.orchestra.run.smithi008.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-18T23:35:08.044 INFO:teuthology.orchestra.run.smithi008.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-18T23:35:08.044 INFO:teuthology.orchestra.run.smithi008.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-18T23:35:08.044 INFO:teuthology.orchestra.run.smithi008.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-18T23:35:08.045 DEBUG:teuthology.orchestra.run.smithi008:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-18T23:35:08.202 DEBUG:teuthology.orchestra.run.smithi008:> sudo shutdown -r now 2024-01-18T23:35:33.758 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-18T23:35:33.758 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-01-18T23:35:33.759 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T23:35:38.209 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-18T23:35:38.209 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-01-18T23:35:38.210 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T23:35:52.125 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.60 2024-01-18T23:35:56.732 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.8 2024-01-18T23:36:01.130 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-01-18T23:36:01.131 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T23:36:05.736 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-01-18T23:36:05.736 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T23:37:01.152 DEBUG:teuthology.orchestra.remote:timed out 2024-01-18T23:37:05.742 DEBUG:teuthology.orchestra.remote:timed out 2024-01-18T23:37:13.160 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-01-18T23:37:13.161 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T23:37:13.452 DEBUG:teuthology.orchestra.run.smithi060:> true 2024-01-18T23:37:13.724 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-01-18T23:37:13.724 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-535.el8.x86_64"... 2024-01-18T23:37:13.725 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2024-01-18T23:37:13.744 INFO:teuthology.orchestra.run.smithi060.stdout:4.18.0-535.el8.x86_64 2024-01-18T23:37:13.744 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-18T23:37:13.744 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-18T23:37:13.744 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-18T23:37:14.745 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-18T23:37:14.745 DEBUG:teuthology.orchestra.run.smithi060:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-18T23:37:14.819 INFO:teuthology.orchestra.run.smithi060.stdout:ttyS1 2024-01-18T23:37:14.833 DEBUG:teuthology.parallel:result is None 2024-01-18T23:37:17.743 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-01-18T23:37:17.744 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T23:37:18.019 DEBUG:teuthology.orchestra.run.smithi008:> true 2024-01-18T23:37:18.335 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-01-18T23:37:18.335 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-535.el8.x86_64"... 2024-01-18T23:37:18.336 DEBUG:teuthology.orchestra.run.smithi008:> uname -r 2024-01-18T23:37:18.356 INFO:teuthology.orchestra.run.smithi008.stdout:4.18.0-535.el8.x86_64 2024-01-18T23:37:18.356 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-18T23:37:18.357 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-18T23:37:18.357 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-18T23:37:19.358 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-18T23:37:19.358 DEBUG:teuthology.orchestra.run.smithi008:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-18T23:37:19.425 INFO:teuthology.orchestra.run.smithi008.stdout:ttyS1 2024-01-18T23:37:19.440 DEBUG:teuthology.parallel:result is None 2024-01-18T23:37:19.441 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-18T23:37:19.450 INFO:teuthology.task.internal:Creating test directory... 2024-01-18T23:37:19.450 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-18T23:37:19.453 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-18T23:37:19.475 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-18T23:37:19.481 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-18T23:37:19.491 INFO:teuthology.task.internal:Creating archive directory... 2024-01-18T23:37:19.491 DEBUG:teuthology.orchestra.run.smithi008:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-18T23:37:19.514 DEBUG:teuthology.orchestra.run.smithi060:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-18T23:37:19.554 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-18T23:37:19.561 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-18T23:37:19.561 DEBUG:teuthology.orchestra.run.smithi008:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-18T23:37:19.585 DEBUG:teuthology.orchestra.run.smithi060:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-18T23:37:19.621 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T23:37:19.632 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T23:37:19.636 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T23:37:19.648 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T23:37:19.649 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-18T23:37:19.656 INFO:teuthology.task.internal:Configuring sudo... 2024-01-18T23:37:19.656 DEBUG:teuthology.orchestra.run.smithi008:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-18T23:37:19.676 DEBUG:teuthology.orchestra.run.smithi060:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-18T23:37:19.708 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-18T23:37:19.717 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-18T23:37:19.717 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-18T23:37:19.747 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-18T23:37:19.768 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T23:37:19.851 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T23:37:19.908 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T23:37:19.995 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T23:37:20.042 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-01-18T23:37:20.042 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-18T23:37:20.111 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T23:37:20.158 DEBUG:teuthology.orchestra.run.smithi060:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T23:37:20.219 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T23:37:20.308 DEBUG:teuthology.orchestra.run.smithi060:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T23:37:20.354 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-01-18T23:37:20.354 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-18T23:37:20.425 DEBUG:teuthology.orchestra.run.smithi008:> sudo service rsyslog restart 2024-01-18T23:37:20.427 DEBUG:teuthology.orchestra.run.smithi060:> sudo service rsyslog restart 2024-01-18T23:37:20.494 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T23:37:20.544 INFO:teuthology.orchestra.run.smithi060.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T23:37:20.927 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-18T23:37:20.936 INFO:teuthology.task.internal:Starting timer... 2024-01-18T23:37:20.936 INFO:teuthology.run_tasks:Running task pcp... 2024-01-18T23:37:20.971 INFO:teuthology.run_tasks:Running task selinux... 2024-01-18T23:37:20.979 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-18T23:37:20.979 DEBUG:teuthology.orchestra.run.smithi008:> sudo service auditd rotate 2024-01-18T23:37:21.079 INFO:teuthology.orchestra.run.smithi008.stdout:Rotating logs: 2024-01-18T23:37:21.081 DEBUG:teuthology.orchestra.run.smithi060:> sudo service auditd rotate 2024-01-18T23:37:21.162 INFO:teuthology.orchestra.run.smithi060.stdout:Rotating logs: 2024-01-18T23:37:21.163 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-18T23:37:21.164 DEBUG:teuthology.orchestra.run.smithi008:> /usr/sbin/getenforce 2024-01-18T23:37:21.201 INFO:teuthology.orchestra.run.smithi008.stdout:Permissive 2024-01-18T23:37:21.202 DEBUG:teuthology.orchestra.run.smithi060:> /usr/sbin/getenforce 2024-01-18T23:37:21.271 INFO:teuthology.orchestra.run.smithi060.stdout:Permissive 2024-01-18T23:37:21.271 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi008.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi060.front.sepia.ceph.com': 'permissive'} 2024-01-18T23:37:21.271 DEBUG:teuthology.orchestra.run.smithi008:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-18T23:37:21.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T23:37:21.303 DEBUG:teuthology.orchestra.run.smithi060:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-18T23:37:21.334 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T23:37:21.334 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-18T23:37:21.335 DEBUG:teuthology.orchestra.run.smithi008:> sudo /usr/sbin/setenforce permissive 2024-01-18T23:37:21.374 DEBUG:teuthology.orchestra.run.smithi060:> sudo /usr/sbin/setenforce permissive 2024-01-18T23:37:21.403 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-18T23:37:21.414 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-18T23:37:21.430 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-01-18T23:37:21.431 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi008.front.sepia.ceph.com,smithi060.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-18T23:43:11.888 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi008.front.sepia.ceph.com'), Remote(name='ubuntu@smithi060.front.sepia.ceph.com')] 2024-01-18T23:43:11.889 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-01-18T23:43:11.890 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T23:43:11.996 DEBUG:teuthology.orchestra.run.smithi008:> true 2024-01-18T23:43:12.067 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-01-18T23:43:12.068 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-01-18T23:43:12.068 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T23:43:12.172 DEBUG:teuthology.orchestra.run.smithi060:> true 2024-01-18T23:43:12.249 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-01-18T23:43:12.249 INFO:teuthology.run_tasks:Running task clock... 2024-01-18T23:43:12.260 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-18T23:43:12.260 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-18T23:43:12.261 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T23:43:12.263 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-18T23:43:12.263 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T23:43:12.300 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-18T23:43:12.315 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-18T23:43:12.325 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-18T23:43:12.340 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-18T23:43:12.387 INFO:teuthology.orchestra.run.smithi008.stderr:sudo: ntpd: command not found 2024-01-18T23:43:12.399 INFO:teuthology.orchestra.run.smithi008.stdout:506 Cannot talk to daemon 2024-01-18T23:43:12.406 INFO:teuthology.orchestra.run.smithi060.stderr:sudo: ntpd: command not found 2024-01-18T23:43:12.413 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-18T23:43:12.418 INFO:teuthology.orchestra.run.smithi060.stdout:506 Cannot talk to daemon 2024-01-18T23:43:12.428 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-18T23:43:12.433 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-18T23:43:12.447 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-18T23:43:12.503 INFO:teuthology.orchestra.run.smithi008.stderr:bash: ntpq: command not found 2024-01-18T23:43:12.507 INFO:teuthology.orchestra.run.smithi008.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T23:43:12.507 INFO:teuthology.orchestra.run.smithi008.stdout:=============================================================================== 2024-01-18T23:43:12.507 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T23:43:12.507 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T23:43:12.507 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T23:43:12.507 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T23:43:12.522 INFO:teuthology.orchestra.run.smithi060.stderr:bash: ntpq: command not found 2024-01-18T23:43:12.525 INFO:teuthology.orchestra.run.smithi060.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T23:43:12.526 INFO:teuthology.orchestra.run.smithi060.stdout:=============================================================================== 2024-01-18T23:43:12.526 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T23:43:12.526 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T23:43:12.526 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T23:43:12.526 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T23:43:12.527 INFO:teuthology.run_tasks:Running task pexec... 2024-01-18T23:43:12.536 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-18T23:43:12.537 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi008.front.sepia.ceph.com 2024-01-18T23:43:12.537 DEBUG:teuthology.orchestra.run.smithi008:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-18T23:43:12.537 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi060.front.sepia.ceph.com 2024-01-18T23:43:12.537 DEBUG:teuthology.orchestra.run.smithi060:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-18T23:43:13.331 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:27 ago on Thu 18 Jan 2024 11:41:46 PM UTC. 2024-01-18T23:43:13.351 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:27 ago on Thu 18 Jan 2024 11:41:46 PM UTC. 2024-01-18T23:43:15.425 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-01-18T23:43:15.426 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-01-18T23:43:15.427 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2024-01-18T23:43:15.427 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-01-18T23:43:15.427 INFO:teuthology.orchestra.run.smithi060.stdout:Resetting modules: 2024-01-18T23:43:15.427 INFO:teuthology.orchestra.run.smithi060.stdout: container-tools 2024-01-18T23:43:15.427 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-01-18T23:43:15.427 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-01-18T23:43:15.427 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-01-18T23:43:15.427 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-01-18T23:43:15.429 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-01-18T23:43:15.430 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-01-18T23:43:15.430 INFO:teuthology.orchestra.run.smithi008.stdout: Package Architecture Version Repository Size 2024-01-18T23:43:15.430 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-01-18T23:43:15.430 INFO:teuthology.orchestra.run.smithi008.stdout:Resetting modules: 2024-01-18T23:43:15.431 INFO:teuthology.orchestra.run.smithi008.stdout: container-tools 2024-01-18T23:43:15.431 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:43:15.431 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-01-18T23:43:15.431 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-01-18T23:43:15.431 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:43:15.686 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-01-18T23:43:15.722 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-01-18T23:43:16.553 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:30 ago on Thu 18 Jan 2024 11:41:46 PM UTC. 2024-01-18T23:43:16.564 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:30 ago on Thu 18 Jan 2024 11:41:46 PM UTC. 2024-01-18T23:43:18.628 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-01-18T23:43:18.639 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-01-18T23:43:18.668 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-01-18T23:43:18.668 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-01-18T23:43:18.668 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-01-18T23:43:18.668 INFO:teuthology.orchestra.run.smithi060.stdout:Installing group/module packages: 2024-01-18T23:43:18.668 INFO:teuthology.orchestra.run.smithi060.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-18T23:43:18.668 INFO:teuthology.orchestra.run.smithi060.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-18T23:43:18.668 INFO:teuthology.orchestra.run.smithi060.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-18T23:43:18.668 INFO:teuthology.orchestra.run.smithi060.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-18T23:43:18.668 INFO:teuthology.orchestra.run.smithi060.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-18T23:43:18.668 INFO:teuthology.orchestra.run.smithi060.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-18T23:43:18.668 INFO:teuthology.orchestra.run.smithi060.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-18T23:43:18.669 INFO:teuthology.orchestra.run.smithi060.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-18T23:43:18.669 INFO:teuthology.orchestra.run.smithi060.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-18T23:43:18.669 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-01-18T23:43:18.669 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-18T23:43:18.669 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-18T23:43:18.669 INFO:teuthology.orchestra.run.smithi060.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-18T23:43:18.669 INFO:teuthology.orchestra.run.smithi060.stdout:Installing weak dependencies: 2024-01-18T23:43:18.669 INFO:teuthology.orchestra.run.smithi060.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-18T23:43:18.669 INFO:teuthology.orchestra.run.smithi060.stdout:Installing module profiles: 2024-01-18T23:43:18.669 INFO:teuthology.orchestra.run.smithi060.stdout: container-tools/common 2024-01-18T23:43:18.669 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-01-18T23:43:18.669 INFO:teuthology.orchestra.run.smithi060.stdout:Enabling module streams: 2024-01-18T23:43:18.669 INFO:teuthology.orchestra.run.smithi060.stdout: container-tools rhel8 2024-01-18T23:43:18.669 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-01-18T23:43:18.669 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-01-18T23:43:18.669 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-01-18T23:43:18.670 INFO:teuthology.orchestra.run.smithi060.stdout:Install 13 Packages 2024-01-18T23:43:18.670 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-01-18T23:43:18.670 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 27 M 2024-01-18T23:43:18.670 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 89 M 2024-01-18T23:43:18.670 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-01-18T23:43:18.677 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-01-18T23:43:18.677 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-01-18T23:43:18.677 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-01-18T23:43:18.678 INFO:teuthology.orchestra.run.smithi008.stdout:Installing group/module packages: 2024-01-18T23:43:18.678 INFO:teuthology.orchestra.run.smithi008.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-18T23:43:18.678 INFO:teuthology.orchestra.run.smithi008.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-18T23:43:18.678 INFO:teuthology.orchestra.run.smithi008.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-18T23:43:18.678 INFO:teuthology.orchestra.run.smithi008.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-18T23:43:18.678 INFO:teuthology.orchestra.run.smithi008.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-18T23:43:18.678 INFO:teuthology.orchestra.run.smithi008.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-18T23:43:18.678 INFO:teuthology.orchestra.run.smithi008.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-18T23:43:18.678 INFO:teuthology.orchestra.run.smithi008.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-18T23:43:18.678 INFO:teuthology.orchestra.run.smithi008.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-18T23:43:18.678 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-01-18T23:43:18.678 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-18T23:43:18.678 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-18T23:43:18.679 INFO:teuthology.orchestra.run.smithi008.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-18T23:43:18.679 INFO:teuthology.orchestra.run.smithi008.stdout:Installing weak dependencies: 2024-01-18T23:43:18.679 INFO:teuthology.orchestra.run.smithi008.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-18T23:43:18.679 INFO:teuthology.orchestra.run.smithi008.stdout:Installing module profiles: 2024-01-18T23:43:18.679 INFO:teuthology.orchestra.run.smithi008.stdout: container-tools/common 2024-01-18T23:43:18.679 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:43:18.679 INFO:teuthology.orchestra.run.smithi008.stdout:Enabling module streams: 2024-01-18T23:43:18.679 INFO:teuthology.orchestra.run.smithi008.stdout: container-tools rhel8 2024-01-18T23:43:18.679 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:43:18.679 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-01-18T23:43:18.679 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-01-18T23:43:18.679 INFO:teuthology.orchestra.run.smithi008.stdout:Install 13 Packages 2024-01-18T23:43:18.679 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:43:18.680 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 27 M 2024-01-18T23:43:18.680 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 89 M 2024-01-18T23:43:18.680 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-01-18T23:43:19.414 INFO:teuthology.orchestra.run.smithi060.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.3 MB/s | 750 kB 00:00 2024-01-18T23:43:19.494 INFO:teuthology.orchestra.run.smithi008.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.2 MB/s | 750 kB 00:00 2024-01-18T23:43:19.506 INFO:teuthology.orchestra.run.smithi060.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 414 kB/s | 38 kB 00:00 2024-01-18T23:43:19.584 INFO:teuthology.orchestra.run.smithi008.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.4 MB/s | 1.0 MB 00:00 2024-01-18T23:43:19.598 INFO:teuthology.orchestra.run.smithi060.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.4 MB/s | 1.0 MB 00:00 2024-01-18T23:43:19.600 INFO:teuthology.orchestra.run.smithi008.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 355 kB/s | 38 kB 00:00 2024-01-18T23:43:19.623 INFO:teuthology.orchestra.run.smithi060.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.0 MB/s | 241 kB 00:00 2024-01-18T23:43:19.709 INFO:teuthology.orchestra.run.smithi008.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.9 MB/s | 241 kB 00:00 2024-01-18T23:43:19.732 INFO:teuthology.orchestra.run.smithi060.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.6 MB/s | 178 kB 00:00 2024-01-18T23:43:19.824 INFO:teuthology.orchestra.run.smithi060.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 270 kB/s | 25 kB 00:00 2024-01-18T23:43:19.826 INFO:teuthology.orchestra.run.smithi008.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.5 MB/s | 178 kB 00:00 2024-01-18T23:43:19.919 INFO:teuthology.orchestra.run.smithi008.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 271 kB/s | 25 kB 00:00 2024-01-18T23:43:19.966 INFO:teuthology.orchestra.run.smithi060.stdout:(7/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 8.7 MB/s | 9.6 MB 00:01 2024-01-18T23:43:19.991 INFO:teuthology.orchestra.run.smithi060.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 562 kB/s | 94 kB 00:00 2024-01-18T23:43:20.069 INFO:teuthology.orchestra.run.smithi008.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 8.4 MB/s | 3.9 MB 00:00 2024-01-18T23:43:20.091 INFO:teuthology.orchestra.run.smithi060.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 7.9 MB/s | 3.9 MB 00:00 2024-01-18T23:43:20.094 INFO:teuthology.orchestra.run.smithi008.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 535 kB/s | 94 kB 00:00 2024-01-18T23:43:20.200 INFO:teuthology.orchestra.run.smithi060.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 485 kB/s | 53 kB 00:00 2024-01-18T23:43:20.236 INFO:teuthology.orchestra.run.smithi008.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 7.1 MB/s | 9.6 MB 00:01 2024-01-18T23:43:20.301 INFO:teuthology.orchestra.run.smithi060.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 2024-01-18T23:43:20.351 INFO:teuthology.orchestra.run.smithi060.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 7.0 MB/s | 2.5 MB 00:00 2024-01-18T23:43:20.462 INFO:teuthology.orchestra.run.smithi008.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 234 kB/s | 53 kB 00:00 2024-01-18T23:43:20.520 INFO:teuthology.orchestra.run.smithi008.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 5.9 MB/s | 2.5 MB 00:00 2024-01-18T23:43:20.535 INFO:teuthology.orchestra.run.smithi060.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 14 MB/s | 8.1 MB 00:00 2024-01-18T23:43:20.535 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-01-18T23:43:20.535 INFO:teuthology.orchestra.run.smithi060.stdout:Total 14 MB/s | 27 MB 00:01 2024-01-18T23:43:20.592 INFO:teuthology.orchestra.run.smithi008.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 316 kB/s | 41 kB 00:00 2024-01-18T23:43:20.721 INFO:teuthology.orchestra.run.smithi008.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 13 MB/s | 8.1 MB 00:00 2024-01-18T23:43:20.721 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-01-18T23:43:20.721 INFO:teuthology.orchestra.run.smithi008.stdout:Total 13 MB/s | 27 MB 00:02 2024-01-18T23:43:20.806 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-01-18T23:43:20.829 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-01-18T23:43:20.829 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-01-18T23:43:20.992 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-01-18T23:43:21.014 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-01-18T23:43:21.015 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-01-18T23:43:21.102 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-01-18T23:43:21.105 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-01-18T23:43:21.294 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-01-18T23:43:21.297 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-01-18T23:43:21.855 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-01-18T23:43:22.032 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-01-18T23:43:22.082 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-18T23:43:22.265 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-18T23:43:22.291 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-18T23:43:22.427 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-18T23:43:22.509 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-18T23:43:22.645 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-18T23:43:22.925 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-18T23:43:22.926 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-18T23:43:23.329 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-18T23:43:23.523 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-18T23:43:24.356 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-18T23:43:24.595 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-18T23:43:24.617 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-18T23:43:24.840 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-18T23:43:24.871 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-18T23:43:25.057 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-18T23:43:25.137 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-18T23:43:25.331 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-18T23:43:25.551 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-18T23:43:25.730 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-18T23:43:26.527 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-18T23:43:26.698 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-18T23:43:26.774 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-18T23:43:26.916 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-18T23:43:26.971 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-18T23:43:27.117 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-18T23:43:27.406 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-18T23:43:27.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-18T23:43:27.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-18T23:43:27.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-18T23:43:27.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-18T23:43:27.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-18T23:43:27.407 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-18T23:43:27.407 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-18T23:43:27.407 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-18T23:43:27.407 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-18T23:43:27.407 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-18T23:43:27.407 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-18T23:43:27.407 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-18T23:43:27.566 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-18T23:43:27.566 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-18T23:43:27.566 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-18T23:43:27.566 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-18T23:43:27.566 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-18T23:43:27.566 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-18T23:43:27.566 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-18T23:43:27.566 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-18T23:43:27.566 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-18T23:43:27.567 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-18T23:43:27.567 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-18T23:43:27.567 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-18T23:43:27.567 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-18T23:43:27.970 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-18T23:43:27.970 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-01-18T23:43:27.970 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-01-18T23:43:27.970 INFO:teuthology.orchestra.run.smithi060.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T23:43:27.970 INFO:teuthology.orchestra.run.smithi060.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T23:43:27.970 INFO:teuthology.orchestra.run.smithi060.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-18T23:43:27.970 INFO:teuthology.orchestra.run.smithi060.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-18T23:43:27.970 INFO:teuthology.orchestra.run.smithi060.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T23:43:27.970 INFO:teuthology.orchestra.run.smithi060.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-18T23:43:27.970 INFO:teuthology.orchestra.run.smithi060.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-18T23:43:27.970 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-18T23:43:27.971 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-18T23:43:27.971 INFO:teuthology.orchestra.run.smithi060.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T23:43:27.971 INFO:teuthology.orchestra.run.smithi060.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-18T23:43:27.971 INFO:teuthology.orchestra.run.smithi060.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-18T23:43:27.971 INFO:teuthology.orchestra.run.smithi060.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-18T23:43:27.971 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-01-18T23:43:27.971 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-01-18T23:43:28.035 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-18T23:43:28.035 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:43:28.035 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-01-18T23:43:28.035 INFO:teuthology.orchestra.run.smithi008.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T23:43:28.035 INFO:teuthology.orchestra.run.smithi008.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T23:43:28.035 INFO:teuthology.orchestra.run.smithi008.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-18T23:43:28.035 INFO:teuthology.orchestra.run.smithi008.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-18T23:43:28.036 INFO:teuthology.orchestra.run.smithi008.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T23:43:28.036 INFO:teuthology.orchestra.run.smithi008.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-18T23:43:28.036 INFO:teuthology.orchestra.run.smithi008.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-18T23:43:28.036 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-18T23:43:28.036 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-18T23:43:28.036 INFO:teuthology.orchestra.run.smithi008.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T23:43:28.036 INFO:teuthology.orchestra.run.smithi008.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-18T23:43:28.036 INFO:teuthology.orchestra.run.smithi008.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-18T23:43:28.036 INFO:teuthology.orchestra.run.smithi008.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-18T23:43:28.036 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:43:28.036 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-01-18T23:43:28.274 DEBUG:teuthology.parallel:result is None 2024-01-18T23:43:28.341 DEBUG:teuthology.parallel:result is None 2024-01-18T23:43:28.341 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-18T23:43:28.383 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-18T23:43:28.384 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-01-18T23:43:28.384 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T23:43:28.402 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-18T23:43:28.403 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_1 2024-01-18T23:43:28.461 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-18T23:43:28.461 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T23:43:28.461 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 163526 Links: 1 2024-01-18T23:43:28.461 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T23:43:28.461 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T23:43:28.461 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-01-18 23:43:27.275306782 +0000 2024-01-18T23:43:28.461 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-01-18 23:42:38.039146202 +0000 2024-01-18T23:43:28.461 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-01-18 23:42:38.039146202 +0000 2024-01-18T23:43:28.461 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2024-01-18T23:43:28.462 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-18T23:43:28.527 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-01-18T23:43:28.527 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-01-18T23:43:28.527 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 9.9116e-05 s, 5.2 MB/s 2024-01-18T23:43:28.528 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-18T23:43:28.588 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_2 2024-01-18T23:43:28.646 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-18T23:43:28.646 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T23:43:28.646 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 161516 Links: 1 2024-01-18T23:43:28.646 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T23:43:28.646 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T23:43:28.646 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-01-18 23:43:27.275306782 +0000 2024-01-18T23:43:28.646 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-01-18 23:42:38.384142557 +0000 2024-01-18T23:43:28.646 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-01-18 23:42:38.384142557 +0000 2024-01-18T23:43:28.646 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2024-01-18T23:43:28.646 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-18T23:43:28.712 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-01-18T23:43:28.748 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-01-18T23:43:28.749 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 9.3557e-05 s, 5.5 MB/s 2024-01-18T23:43:28.750 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-18T23:43:28.828 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_3 2024-01-18T23:43:28.904 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-18T23:43:28.904 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T23:43:28.904 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 165248 Links: 1 2024-01-18T23:43:28.904 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T23:43:28.905 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T23:43:28.905 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-01-18 23:43:27.275306782 +0000 2024-01-18T23:43:28.905 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-01-18 23:42:38.745138742 +0000 2024-01-18T23:43:28.905 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-01-18 23:42:38.745138742 +0000 2024-01-18T23:43:28.905 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2024-01-18T23:43:28.906 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-18T23:43:28.983 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-01-18T23:43:28.983 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-01-18T23:43:28.983 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 8.3924e-05 s, 6.1 MB/s 2024-01-18T23:43:28.984 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-18T23:43:29.056 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_4 2024-01-18T23:43:29.129 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-18T23:43:29.129 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T23:43:29.129 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 161566 Links: 1 2024-01-18T23:43:29.129 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T23:43:29.129 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T23:43:29.129 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-01-18 23:43:27.275306782 +0000 2024-01-18T23:43:29.129 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-01-18 23:42:39.077135234 +0000 2024-01-18T23:43:29.129 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-01-18 23:42:39.077135234 +0000 2024-01-18T23:43:29.129 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2024-01-18T23:43:29.130 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-18T23:43:29.222 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-01-18T23:43:29.222 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-01-18T23:43:29.223 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 8.2444e-05 s, 6.2 MB/s 2024-01-18T23:43:29.223 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-18T23:43:29.294 DEBUG:teuthology.orchestra.run.smithi008:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-18T23:43:29.428 INFO:teuthology.orchestra.run.smithi008.stdout:loop 2024-01-18T23:43:29.429 INFO:tasks.nvme_loop:Connecting nvme_loop smithi008:/dev/vg_nvme/lv_1... 2024-01-18T23:43:29.429 DEBUG:teuthology.orchestra.run.smithi008:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-18T23:43:29.467 INFO:teuthology.orchestra.run.smithi008.stdout:1 2024-01-18T23:43:29.501 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/vg_nvme/lv_11 2024-01-18T23:43:29.540 INFO:tasks.nvme_loop:Connecting nvme_loop smithi008:/dev/vg_nvme/lv_2... 2024-01-18T23:43:29.540 DEBUG:teuthology.orchestra.run.smithi008:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-18T23:43:29.583 INFO:teuthology.orchestra.run.smithi008.stdout:1 2024-01-18T23:43:29.617 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/vg_nvme/lv_21 2024-01-18T23:43:29.655 INFO:tasks.nvme_loop:Connecting nvme_loop smithi008:/dev/vg_nvme/lv_3... 2024-01-18T23:43:29.655 DEBUG:teuthology.orchestra.run.smithi008:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-18T23:43:29.738 INFO:teuthology.orchestra.run.smithi008.stdout:1 2024-01-18T23:43:29.771 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/vg_nvme/lv_31 2024-01-18T23:43:29.808 INFO:tasks.nvme_loop:Connecting nvme_loop smithi008:/dev/vg_nvme/lv_4... 2024-01-18T23:43:29.808 DEBUG:teuthology.orchestra.run.smithi008:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-18T23:43:29.889 INFO:teuthology.orchestra.run.smithi008.stdout:1 2024-01-18T23:43:29.922 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/vg_nvme/lv_41 2024-01-18T23:43:29.960 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-01-18T23:43:29.960 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T23:43:30.024 DEBUG:teuthology.orchestra.run.smithi008:> sudo nvme list 2024-01-18T23:43:30.097 INFO:teuthology.orchestra.run.smithi008.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-18T23:43:30.097 INFO:teuthology.orchestra.run.smithi008.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-18T23:43:30.097 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/nvme0n1 PHMB7476004A480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-01-18T23:43:30.097 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/nvme1n1 f9f8e2e151a5c9e06edd Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T23:43:30.097 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/nvme2n1 f44c52733ba4a4fb3e2b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T23:43:30.097 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/nvme3n1 580b1024c2b32a639b85 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T23:43:30.097 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/nvme4n1 665a505e4d043a6af426 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T23:43:30.098 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T23:43:30.098 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-01-18T23:43:30.099 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/scratch_devs 2024-01-18T23:43:30.168 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-01-18T23:43:30.168 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T23:43:30.195 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-18T23:43:30.195 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_1 2024-01-18T23:43:30.221 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-18T23:43:30.221 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T23:43:30.221 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 160743 Links: 1 2024-01-18T23:43:30.221 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T23:43:30.221 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T23:43:30.221 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-01-18 23:43:27.110477007 +0000 2024-01-18T23:43:30.222 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-01-18 23:42:38.039804242 +0000 2024-01-18T23:43:30.222 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-01-18 23:42:38.039804242 +0000 2024-01-18T23:43:30.222 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-01-18T23:43:30.222 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-18T23:43:30.297 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-01-18T23:43:30.297 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-01-18T23:43:30.297 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000120063 s, 4.3 MB/s 2024-01-18T23:43:30.298 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-18T23:43:30.364 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_2 2024-01-18T23:43:30.429 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-18T23:43:30.430 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T23:43:30.430 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 164347 Links: 1 2024-01-18T23:43:30.430 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T23:43:30.430 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T23:43:30.430 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-01-18 23:43:27.110477007 +0000 2024-01-18T23:43:30.430 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-01-18 23:42:38.367801035 +0000 2024-01-18T23:43:30.430 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-01-18 23:42:38.367801035 +0000 2024-01-18T23:43:30.430 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-01-18T23:43:30.430 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-18T23:43:30.503 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-01-18T23:43:30.504 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-01-18T23:43:30.504 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000120349 s, 4.3 MB/s 2024-01-18T23:43:30.505 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-18T23:43:30.576 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_3 2024-01-18T23:43:30.640 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-18T23:43:30.640 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T23:43:30.640 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 168002 Links: 1 2024-01-18T23:43:30.640 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T23:43:30.641 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T23:43:30.641 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-01-18 23:43:27.110477007 +0000 2024-01-18T23:43:30.641 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-01-18 23:42:38.716797623 +0000 2024-01-18T23:43:30.641 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-01-18 23:42:38.716797623 +0000 2024-01-18T23:43:30.641 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-01-18T23:43:30.641 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-18T23:43:30.714 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-01-18T23:43:30.714 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-01-18T23:43:30.714 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000114612 s, 4.5 MB/s 2024-01-18T23:43:30.715 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-18T23:43:30.777 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_4 2024-01-18T23:43:30.840 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-18T23:43:30.840 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T23:43:30.840 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 168058 Links: 1 2024-01-18T23:43:30.840 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T23:43:30.840 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T23:43:30.840 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-01-18 23:43:27.110477007 +0000 2024-01-18T23:43:30.841 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-01-18 23:42:39.062794240 +0000 2024-01-18T23:43:30.841 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-01-18 23:42:39.062794240 +0000 2024-01-18T23:43:30.841 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-01-18T23:43:30.841 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-18T23:43:30.910 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-01-18T23:43:30.910 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-01-18T23:43:30.910 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 9.461e-05 s, 5.4 MB/s 2024-01-18T23:43:30.911 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-18T23:43:30.973 DEBUG:teuthology.orchestra.run.smithi060:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-18T23:43:31.099 INFO:teuthology.orchestra.run.smithi060.stdout:loop 2024-01-18T23:43:31.100 INFO:tasks.nvme_loop:Connecting nvme_loop smithi060:/dev/vg_nvme/lv_1... 2024-01-18T23:43:31.100 DEBUG:teuthology.orchestra.run.smithi060:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-18T23:43:31.137 INFO:teuthology.orchestra.run.smithi060.stdout:1 2024-01-18T23:43:31.171 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/vg_nvme/lv_11 2024-01-18T23:43:31.210 INFO:tasks.nvme_loop:Connecting nvme_loop smithi060:/dev/vg_nvme/lv_2... 2024-01-18T23:43:31.210 DEBUG:teuthology.orchestra.run.smithi060:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-18T23:43:31.288 INFO:teuthology.orchestra.run.smithi060.stdout:1 2024-01-18T23:43:31.322 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/vg_nvme/lv_21 2024-01-18T23:43:31.360 INFO:tasks.nvme_loop:Connecting nvme_loop smithi060:/dev/vg_nvme/lv_3... 2024-01-18T23:43:31.360 DEBUG:teuthology.orchestra.run.smithi060:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-18T23:43:31.435 INFO:teuthology.orchestra.run.smithi060.stdout:1 2024-01-18T23:43:31.469 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/vg_nvme/lv_31 2024-01-18T23:43:31.506 INFO:tasks.nvme_loop:Connecting nvme_loop smithi060:/dev/vg_nvme/lv_4... 2024-01-18T23:43:31.506 DEBUG:teuthology.orchestra.run.smithi060:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-18T23:43:31.585 INFO:teuthology.orchestra.run.smithi060.stdout:1 2024-01-18T23:43:31.619 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/vg_nvme/lv_41 2024-01-18T23:43:31.657 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-01-18T23:43:31.657 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T23:43:31.715 DEBUG:teuthology.orchestra.run.smithi060:> sudo nvme list 2024-01-18T23:43:31.782 INFO:teuthology.orchestra.run.smithi060.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-18T23:43:31.782 INFO:teuthology.orchestra.run.smithi060.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-18T23:43:31.782 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/nvme0n1 PHMB7476008A480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-01-18T23:43:31.782 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/nvme1n1 e3aca8581edba8227c8c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T23:43:31.782 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/nvme2n1 0751d1f483e1d493c15c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T23:43:31.782 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/nvme3n1 246eef3de3a4d3a7017e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T23:43:31.783 INFO:teuthology.orchestra.run.smithi060.stdout:/dev/nvme4n1 7acf93893df9e70a7bb4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T23:43:31.783 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T23:43:31.784 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-01-18T23:43:31.784 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/scratch_devs 2024-01-18T23:43:31.851 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-18T23:43:31.923 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0'} 2024-01-18T23:43:31.923 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T23:43:31.923 INFO:tasks.cephadm:Cluster fsid is 634b8812-b65b-11ee-95ae-87774f69a715 2024-01-18T23:43:31.923 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-18T23:43:31.924 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-18T23:43:31.924 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi008': '172.21.15.8', 'mon.smithi060': '172.21.15.60'} 2024-01-18T23:43:31.924 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-18T23:43:31.924 DEBUG:teuthology.orchestra.run.smithi008:> sudo hostname $(hostname -s) 2024-01-18T23:43:31.958 DEBUG:teuthology.orchestra.run.smithi060:> sudo hostname $(hostname -s) 2024-01-18T23:43:31.986 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0)... 2024-01-18T23:43:31.987 DEBUG:teuthology.orchestra.run.smithi008:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-18T23:43:32.240 INFO:teuthology.orchestra.run.smithi008.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 18 23:43 /home/ubuntu/cephtest/cephadm 2024-01-18T23:43:32.240 DEBUG:teuthology.orchestra.run.smithi060:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-18T23:43:32.550 INFO:teuthology.orchestra.run.smithi060.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 18 23:43 /home/ubuntu/cephtest/cephadm 2024-01-18T23:43:32.550 DEBUG:teuthology.orchestra.run.smithi008:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-18T23:43:32.574 DEBUG:teuthology.orchestra.run.smithi060:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-18T23:43:32.605 DEBUG:teuthology.orchestra.run.smithi008:> sudo mkdir -p /etc/ceph 2024-01-18T23:43:32.647 DEBUG:teuthology.orchestra.run.smithi060:> sudo mkdir -p /etc/ceph 2024-01-18T23:43:32.679 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 777 /etc/ceph 2024-01-18T23:43:32.718 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 777 /etc/ceph 2024-01-18T23:43:32.750 INFO:tasks.cephadm:Writing seed config... 2024-01-18T23:43:32.751 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-18T23:43:32.751 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-18T23:43:32.751 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-18T23:43:32.751 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-18T23:43:32.751 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-18T23:43:32.751 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-18T23:43:32.751 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-18T23:43:32.752 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-18T23:43:32.752 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-01-18T23:43:32.752 DEBUG:teuthology.orchestra.run.smithi008:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-18T23:43:32.779 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 634b8812-b65b-11ee-95ae-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-18T23:43:32.779 DEBUG:teuthology.orchestra.run.smithi008:mon.smithi008> sudo journalctl -f -n 0 -u ceph-634b8812-b65b-11ee-95ae-87774f69a715@mon.smithi008.service 2024-01-18T23:43:32.821 INFO:tasks.cephadm:Bootstrapping... 2024-01-18T23:43:32.822 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -v bootstrap --fsid 634b8812-b65b-11ee-95ae-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.8 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-18T23:43:32.851 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:-- Logs begin at Thu 2024-01-18 23:36:28 UTC. -- 2024-01-18T23:43:33.130 INFO:teuthology.orchestra.run.smithi008.stderr:-------------------------------------------------------------------------------- 2024-01-18T23:43:33.130 INFO:teuthology.orchestra.run.smithi008.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0', '-v', 'bootstrap', '--fsid', '634b8812-b65b-11ee-95ae-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.8', '--skip-admin-label'] 2024-01-18T23:43:34.530 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: 4.6.1 2024-01-18T23:43:34.541 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying podman|docker is present... 2024-01-18T23:43:34.566 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: 4.6.1 2024-01-18T23:43:34.578 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying lvm2 is present... 2024-01-18T23:43:34.578 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying time synchronization is in place... 2024-01-18T23:43:34.586 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-18T23:43:34.593 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2024-01-18T23:43:34.600 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: enabled 2024-01-18T23:43:34.606 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: active 2024-01-18T23:43:34.607 INFO:teuthology.orchestra.run.smithi008.stderr:Unit chronyd.service is enabled and running 2024-01-18T23:43:34.607 INFO:teuthology.orchestra.run.smithi008.stderr:Repeating the final host check... 2024-01-18T23:43:34.628 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: 4.6.1 2024-01-18T23:43:34.641 INFO:teuthology.orchestra.run.smithi008.stderr:podman (/bin/podman) version 4.6.1 is present 2024-01-18T23:43:34.642 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl is present 2024-01-18T23:43:34.642 INFO:teuthology.orchestra.run.smithi008.stderr:lvcreate is present 2024-01-18T23:43:34.647 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-18T23:43:34.654 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2024-01-18T23:43:34.660 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: enabled 2024-01-18T23:43:34.666 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: active 2024-01-18T23:43:34.667 INFO:teuthology.orchestra.run.smithi008.stderr:Unit chronyd.service is enabled and running 2024-01-18T23:43:34.667 INFO:teuthology.orchestra.run.smithi008.stderr:Host looks OK 2024-01-18T23:43:34.667 INFO:teuthology.orchestra.run.smithi008.stderr:Cluster fsid: 634b8812-b65b-11ee-95ae-87774f69a715 2024-01-18T23:43:34.667 INFO:teuthology.orchestra.run.smithi008.stderr:Acquiring lock 139863560712320 on /run/cephadm/634b8812-b65b-11ee-95ae-87774f69a715.lock 2024-01-18T23:43:34.668 INFO:teuthology.orchestra.run.smithi008.stderr:Lock 139863560712320 acquired on /run/cephadm/634b8812-b65b-11ee-95ae-87774f69a715.lock 2024-01-18T23:43:34.668 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying IP 172.21.15.8 port 3300 ... 2024-01-18T23:43:34.668 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying IP 172.21.15.8 port 6789 ... 2024-01-18T23:43:34.668 INFO:teuthology.orchestra.run.smithi008.stderr:Base mon IP(s) is [172.21.15.8:3300, 172.21.15.8:6789], mon addrv is [v2:172.21.15.8:3300,v1:172.21.15.8:6789] 2024-01-18T23:43:34.672 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.8 metric 100 2024-01-18T23:43:34.672 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.8 metric 100 2024-01-18T23:43:34.675 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-18T23:43:34.675 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-01-18T23:43:34.675 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1751sec hoplimit 64 pref medium 2024-01-18T23:43:34.678 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-18T23:43:34.678 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-18T23:43:34.678 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-18T23:43:34.678 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-01-18T23:43:34.678 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: inet6 fe80::ae1f:6bff:fef8:25fe/64 scope link 2024-01-18T23:43:34.678 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-18T23:43:34.679 INFO:teuthology.orchestra.run.smithi008.stderr:Mon IP `172.21.15.8` is in CIDR network `172.21.0.0/20` 2024-01-18T23:43:34.679 INFO:teuthology.orchestra.run.smithi008.stderr:Mon IP `172.21.15.8` is in CIDR network `172.21.0.0/20` 2024-01-18T23:43:34.679 INFO:teuthology.orchestra.run.smithi008.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-01-18T23:43:34.680 INFO:teuthology.orchestra.run.smithi008.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-18T23:43:34.680 INFO:teuthology.orchestra.run.smithi008.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0... 2024-01-18T23:43:34.776 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0... 2024-01-18T23:43:34.871 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Getting image source signatures 2024-01-18T23:43:34.880 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Copying blob sha256:ecb73f1b33ca5c765d8e24628c1c6a399b04e14616899db57d68ae7d4430a2ee 2024-01-18T23:43:34.880 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Copying blob sha256:5e626d36ac4f1d45a236dbd8432cdc26ef94c9815bb3ef5d8419bd9e76267eb6 2024-01-18T23:43:59.841 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Copying config sha256:5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09 2024-01-18T23:43:59.907 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Writing manifest to image destination 2024-01-18T23:44:00.176 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: 5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09 2024-01-18T23:44:00.841 INFO:teuthology.orchestra.run.smithi008.stderr:ceph: ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable) 2024-01-18T23:44:01.222 INFO:teuthology.orchestra.run.smithi008.stderr:Ceph version: ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable) 2024-01-18T23:44:01.223 INFO:teuthology.orchestra.run.smithi008.stderr:Extracting ceph user uid/gid from container image... 2024-01-18T23:44:01.634 INFO:teuthology.orchestra.run.smithi008.stderr:stat: 167 167 2024-01-18T23:44:01.953 INFO:teuthology.orchestra.run.smithi008.stderr:Creating initial keys... 2024-01-18T23:44:02.242 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-authtool: AQDCt6lllvqaDRAA8FU81bV5ucW0Qprdqs1xRg== 2024-01-18T23:44:02.875 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-authtool: AQDCt6llUFidMxAAYy8G8JtaLflwzJ0aCsySjQ== 2024-01-18T23:44:03.450 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-authtool: AQDDt6llUI7HGRAAfkjb4KJlpEbtJ2/KS8Hh0A== 2024-01-18T23:44:03.786 INFO:teuthology.orchestra.run.smithi008.stderr:Creating initial monmap... 2024-01-18T23:44:04.184 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-18T23:44:04.184 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 634b8812-b65b-11ee-95ae-87774f69a715 2024-01-18T23:44:04.184 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-18T23:44:04.558 INFO:teuthology.orchestra.run.smithi008.stderr:monmaptool for smithi008 [v2:172.21.15.8:3300,v1:172.21.15.8:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-18T23:44:04.559 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: set fsid to 634b8812-b65b-11ee-95ae-87774f69a715 2024-01-18T23:44:04.559 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-18T23:44:04.559 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-01-18T23:44:04.559 INFO:teuthology.orchestra.run.smithi008.stderr:Creating mon... 2024-01-18T23:44:04.842 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.809+0000 7f81db9cd880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T23:44:04.872 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.809+0000 7f81db9cd880 1 imported monmap: 2024-01-18T23:44:04.872 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-18T23:44:04.872 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: fsid 634b8812-b65b-11ee-95ae-87774f69a715 2024-01-18T23:44:04.872 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: last_changed 2024-01-18T23:44:04.174443+0000 2024-01-18T23:44:04.872 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: created 2024-01-18T23:44:04.174443+0000 2024-01-18T23:44:04.872 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-18T23:44:04.872 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-18T23:44:04.872 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.smithi008 2024-01-18T23:44:04.872 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-01-18T23:44:04.872 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.809+0000 7f81db9cd880 0 /usr/bin/ceph-mon: set fsid to 634b8812-b65b-11ee-95ae-87774f69a715 2024-01-18T23:44:04.873 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T23:44:04.873 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-01-18T23:44:04.873 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T23:44:04.873 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Compile date Jan 17 2024 2024-01-18T23:44:04.873 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: DB SUMMARY 2024-01-18T23:44:04.873 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-01-18T23:44:04.873 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi008/store.db dir, Total Num: 0, files: 2024-01-18T23:44:04.873 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-01-18T23:44:04.873 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi008/store.db: 2024-01-18T23:44:04.873 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-01-18T23:44:04.873 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.error_if_exists: 0 2024-01-18T23:44:04.873 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.create_if_missing: 1 2024-01-18T23:44:04.873 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T23:44:04.873 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.env: 0x5577fa0e5080 2024-01-18T23:44:04.873 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.fs: Posix File System 2024-01-18T23:44:04.874 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.info_log: 0x5577fc7e1380 2024-01-18T23:44:04.874 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T23:44:04.874 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.statistics: (nil) 2024-01-18T23:44:04.874 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.use_fsync: 0 2024-01-18T23:44:04.874 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T23:44:04.874 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T23:44:04.874 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T23:44:04.874 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T23:44:04.874 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T23:44:04.874 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T23:44:04.874 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T23:44:04.874 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T23:44:04.874 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T23:44:04.874 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T23:44:04.874 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T23:44:04.874 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.db_log_dir: 2024-01-18T23:44:04.875 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi008/store.db 2024-01-18T23:44:04.875 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T23:44:04.875 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T23:44:04.875 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T23:44:04.875 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T23:44:04.875 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T23:44:04.875 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T23:44:04.875 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T23:44:04.875 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T23:44:04.875 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T23:44:04.875 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T23:44:04.875 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.write_buffer_manager: 0x5577fc7e7980 2024-01-18T23:44:04.876 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T23:44:04.876 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T23:44:04.876 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T23:44:04.876 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T23:44:04.876 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T23:44:04.876 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T23:44:04.876 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T23:44:04.876 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T23:44:04.876 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T23:44:04.876 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.unordered_write: 0 2024-01-18T23:44:04.876 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T23:44:04.876 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T23:44:04.876 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T23:44:04.877 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T23:44:04.877 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.row_cache: None 2024-01-18T23:44:04.877 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.wal_filter: None 2024-01-18T23:44:04.877 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T23:44:04.877 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T23:44:04.877 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T23:44:04.877 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.two_write_queues: 0 2024-01-18T23:44:04.877 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T23:44:04.877 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.atomic_flush: 0 2024-01-18T23:44:04.877 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T23:44:04.877 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T23:44:04.877 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T23:44:04.878 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T23:44:04.878 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T23:44:04.878 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T23:44:04.878 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T23:44:04.878 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T23:44:04.878 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T23:44:04.878 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T23:44:04.878 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T23:44:04.878 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T23:44:04.878 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T23:44:04.878 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T23:44:04.879 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T23:44:04.879 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.max_open_files: -1 2024-01-18T23:44:04.879 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T23:44:04.879 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T23:44:04.879 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T23:44:04.879 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T23:44:04.879 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Compression algorithms supported: 2024-01-18T23:44:04.879 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T23:44:04.879 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: kZSTD supported: 0 2024-01-18T23:44:04.879 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: kXpressCompression supported: 0 2024-01-18T23:44:04.879 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T23:44:04.879 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T23:44:04.879 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T23:44:04.879 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: kZlibCompression supported: 1 2024-01-18T23:44:04.880 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T23:44:04.880 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.810+0000 7f81db9cd880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T23:44:04.880 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-18T23:44:04.880 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-01-18T23:44:04.880 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi008/store.db/MANIFEST-000001 2024-01-18T23:44:04.880 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-01-18T23:44:04.880 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T23:44:04.880 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-01-18T23:44:04.880 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T23:44:04.881 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.merge_operator: 2024-01-18T23:44:04.881 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.compaction_filter: None 2024-01-18T23:44:04.881 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T23:44:04.881 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T23:44:04.881 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T23:44:04.881 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5577fc6f7d30) 2024-01-18T23:44:04.881 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-18T23:44:04.881 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T23:44:04.881 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T23:44:04.881 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-18T23:44:04.881 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-18T23:44:04.881 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-18T23:44:04.882 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-18T23:44:04.882 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-18T23:44:04.882 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-18T23:44:04.882 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-18T23:44:04.882 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-18T23:44:04.882 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_cache: 0x5577fc72cd10 2024-01-18T23:44:04.882 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-18T23:44:04.882 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-18T23:44:04.882 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-18T23:44:04.882 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-18T23:44:04.882 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-18T23:44:04.882 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-18T23:44:04.882 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-18T23:44:04.883 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-18T23:44:04.883 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-18T23:44:04.883 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-18T23:44:04.883 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-18T23:44:04.883 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-18T23:44:04.883 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-18T23:44:04.883 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-18T23:44:04.883 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-18T23:44:04.883 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T23:44:04.883 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-18T23:44:04.883 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-18T23:44:04.884 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-18T23:44:04.884 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-18T23:44:04.884 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-18T23:44:04.884 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-18T23:44:04.884 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-01-18T23:44:04.884 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T23:44:04.884 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T23:44:04.884 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.compression: NoCompression 2024-01-18T23:44:04.884 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T23:44:04.884 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T23:44:04.884 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T23:44:04.885 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.num_levels: 7 2024-01-18T23:44:04.885 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T23:44:04.885 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T23:44:04.885 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T23:44:04.885 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T23:44:04.885 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T23:44:04.885 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T23:44:04.885 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T23:44:04.885 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T23:44:04.885 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T23:44:04.885 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T23:44:04.885 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T23:44:04.886 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T23:44:04.886 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T23:44:04.886 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T23:44:04.886 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T23:44:04.886 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T23:44:04.886 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T23:44:04.886 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T23:44:04.886 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T23:44:04.886 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T23:44:04.886 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T23:44:04.886 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T23:44:04.887 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T23:44:04.887 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T23:44:04.887 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T23:44:04.887 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T23:44:04.887 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T23:44:04.887 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T23:44:04.887 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T23:44:04.887 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T23:44:04.887 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T23:44:04.887 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T23:44:04.887 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T23:44:04.888 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T23:44:04.888 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T23:44:04.888 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T23:44:04.888 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T23:44:04.888 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T23:44:04.888 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T23:44:04.888 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T23:44:04.888 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T23:44:04.888 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T23:44:04.888 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T23:44:04.888 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T23:44:04.888 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T23:44:04.888 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T23:44:04.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T23:44:04.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.table_properties_collectors: 2024-01-18T23:44:04.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T23:44:04.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T23:44:04.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T23:44:04.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T23:44:04.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T23:44:04.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.bloom_locality: 0 2024-01-18T23:44:04.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T23:44:04.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T23:44:04.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T23:44:04.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T23:44:04.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T23:44:04.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.ttl: 2592000 2024-01-18T23:44:04.889 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T23:44:04.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi008/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-18T23:44:04.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-01-18T23:44:04.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.811+0000 7f81db9cd880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-18T23:44:04.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-01-18T23:44:04.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.812+0000 7f81db9cd880 4 rocksdb: DB pointer 0x5577fc7f5800 2024-01-18T23:44:04.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.812+0000 7f81c4841700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T23:44:04.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.812+0000 7f81c4841700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T23:44:04.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-18T23:44:04.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T23:44:04.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-18T23:44:04.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-18T23:44:04.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T23:44:04.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-18T23:44:04.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-18T23:44:04.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T23:44:04.890 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-01-18T23:44:04.891 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T23:44:04.891 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T23:44:04.891 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T23:44:04.891 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T23:44:04.891 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T23:44:04.891 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-01-18T23:44:04.891 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T23:44:04.891 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T23:44:04.891 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T23:44:04.891 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T23:44:04.891 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T23:44:04.891 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T23:44:04.891 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T23:44:04.891 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T23:44:04.891 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-18T23:44:04.892 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T23:44:04.892 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T23:44:04.892 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T23:44:04.892 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-01-18T23:44:04.892 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-18T23:44:04.892 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-01-18T23:44:04.892 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T23:44:04.892 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T23:44:04.892 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T23:44:04.892 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T23:44:04.892 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T23:44:04.892 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-01-18T23:44:04.892 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T23:44:04.892 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T23:44:04.892 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T23:44:04.893 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T23:44:04.893 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T23:44:04.893 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T23:44:04.893 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T23:44:04.893 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T23:44:04.893 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-18T23:44:04.893 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T23:44:04.893 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T23:44:04.893 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T23:44:04.893 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-01-18T23:44:04.893 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-18T23:44:04.893 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2024-01-18T23:44:04.893 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.813+0000 7f81db9cd880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-18T23:44:04.893 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.814+0000 7f81db9cd880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-18T23:44:04.893 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2024-01-18T23:44:04.814+0000 7f81db9cd880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi008 for mon.smithi008 2024-01-18T23:44:05.174 INFO:teuthology.orchestra.run.smithi008.stderr:create mon.smithi008 on 2024-01-18T23:44:05.283 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-18T23:44:05.385 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-634b8812-b65b-11ee-95ae-87774f69a715.target → /etc/systemd/system/ceph-634b8812-b65b-11ee-95ae-87774f69a715.target. 2024-01-18T23:44:05.385 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-634b8812-b65b-11ee-95ae-87774f69a715.target → /etc/systemd/system/ceph-634b8812-b65b-11ee-95ae-87774f69a715.target. 2024-01-18T23:44:05.607 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to reset failed state of unit ceph-634b8812-b65b-11ee-95ae-87774f69a715@mon.smithi008.service: Unit ceph-634b8812-b65b-11ee-95ae-87774f69a715@mon.smithi008.service not loaded. 2024-01-18T23:44:05.613 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/ceph-634b8812-b65b-11ee-95ae-87774f69a715.target.wants/ceph-634b8812-b65b-11ee-95ae-87774f69a715@mon.smithi008.service → /etc/systemd/system/ceph-634b8812-b65b-11ee-95ae-87774f69a715@.service. 2024-01-18T23:44:06.089 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: disabled 2024-01-18T23:44:06.097 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2024-01-18T23:44:06.098 INFO:teuthology.orchestra.run.smithi008.stderr:firewalld.service is not enabled 2024-01-18T23:44:06.098 INFO:teuthology.orchestra.run.smithi008.stderr:Not possible to enable service . firewalld.service is not available 2024-01-18T23:44:06.099 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mon to start... 2024-01-18T23:44:06.099 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mon... 2024-01-18T23:44:06.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[34736]: cluster 2024-01-18T23:44:06.083808+0000 mon.smithi008 (mon.0) 1 : cluster [INF] mon.smithi008 is new leader, mons smithi008 in quorum (ranks 0) 2024-01-18T23:44:06.553 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: cluster: 2024-01-18T23:44:06.553 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: id: 634b8812-b65b-11ee-95ae-87774f69a715 2024-01-18T23:44:06.553 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-18T23:44:06.553 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-01-18T23:44:06.554 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: services: 2024-01-18T23:44:06.554 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi008 (age 0.450947s) 2024-01-18T23:44:06.554 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-18T23:44:06.554 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-18T23:44:06.554 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-01-18T23:44:06.554 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: data: 2024-01-18T23:44:06.554 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-18T23:44:06.554 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-18T23:44:06.554 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-18T23:44:06.554 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: pgs: 2024-01-18T23:44:06.554 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-01-18T23:44:06.895 INFO:teuthology.orchestra.run.smithi008.stderr:mon is available 2024-01-18T23:44:06.895 INFO:teuthology.orchestra.run.smithi008.stderr:Assimilating anything we can from ceph.conf... 2024-01-18T23:44:07.369 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-01-18T23:44:07.369 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [global] 2024-01-18T23:44:07.369 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: fsid = 634b8812-b65b-11ee-95ae-87774f69a715 2024-01-18T23:44:07.369 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.8:3300,v1:172.21.15.8:6789] 2024-01-18T23:44:07.370 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-18T23:44:07.370 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-18T23:44:07.370 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-18T23:44:07.370 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-18T23:44:07.370 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-01-18T23:44:07.370 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [mgr] 2024-01-18T23:44:07.370 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-18T23:44:07.370 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-01-18T23:44:07.371 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [osd] 2024-01-18T23:44:07.371 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-18T23:44:07.371 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-18T23:44:07.390 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[34736]: cluster 2024-01-18T23:44:06.099638+0000 mon.smithi008 (mon.0) 2 : cluster [INF] mon.smithi008 is new leader, mons smithi008 in quorum (ranks 0) 2024-01-18T23:44:07.390 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[34736]: cluster 2024-01-18T23:44:06.099814+0000 mon.smithi008 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi008=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0]} removed_ranks: {} 2024-01-18T23:44:07.390 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[34736]: cluster 2024-01-18T23:44:06.113677+0000 mon.smithi008 (mon.0) 4 : cluster [DBG] fsmap 2024-01-18T23:44:07.390 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[34736]: cluster 2024-01-18T23:44:06.115280+0000 mon.smithi008 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-18T23:44:07.390 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[34736]: cluster 2024-01-18T23:44:06.115744+0000 mon.smithi008 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-18T23:44:07.391 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[34736]: audit 2024-01-18T23:44:06.550541+0000 mon.smithi008 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.8:0/462118846' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-18T23:44:07.710 INFO:teuthology.orchestra.run.smithi008.stderr:Generating new minimal ceph.conf... 2024-01-18T23:44:08.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[34736]: audit 2024-01-18T23:44:07.363110+0000 mon.smithi008 (mon.0) 8 : audit [INF] from='client.? 172.21.15.8:0/3916816720' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T23:44:08.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[34736]: audit 2024-01-18T23:44:07.365661+0000 mon.smithi008 (mon.0) 9 : audit [INF] from='client.? 172.21.15.8:0/3916816720' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-18T23:44:08.503 INFO:teuthology.orchestra.run.smithi008.stderr:Restarting the monitor... 2024-01-18T23:44:08.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:08 smithi008 systemd[1]: Stopping Ceph mon.smithi008 for 634b8812-b65b-11ee-95ae-87774f69a715... 2024-01-18T23:44:08.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:08 smithi008 bash[35056]: Error: no container with name or ID "ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon.smithi008" found: no such container 2024-01-18T23:44:08.955 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[34736]: debug 2024-01-18T23:44:08.695+0000 7fcc33fff700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi008 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-18T23:44:08.955 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[34736]: debug 2024-01-18T23:44:08.695+0000 7fcc33fff700 -1 mon.smithi008@0(leader) e1 *** Got Signal Terminated *** 2024-01-18T23:44:08.955 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:08 smithi008 bash[35095]: ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008 2024-01-18T23:44:09.324 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 systemd[1]: ceph-634b8812-b65b-11ee-95ae-87774f69a715@mon.smithi008.service: Succeeded. 2024-01-18T23:44:09.324 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 systemd[1]: Stopped Ceph mon.smithi008 for 634b8812-b65b-11ee-95ae-87774f69a715. 2024-01-18T23:44:09.325 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 systemd[1]: Starting Ceph mon.smithi008 for 634b8812-b65b-11ee-95ae-87774f69a715... 2024-01-18T23:44:09.621 INFO:teuthology.orchestra.run.smithi008.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-01-18T23:44:09.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.605+0000 7fd6f0fb7880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T23:44:09.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.605+0000 7fd6f0fb7880 0 ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable), process ceph-mon, pid 7 2024-01-18T23:44:09.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.605+0000 7fd6f0fb7880 0 pidfile_write: ignore empty --pid-file 2024-01-18T23:44:09.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.609+0000 7fd6f0fb7880 0 load: jerasure load: lrc load: isa 2024-01-18T23:44:09.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T23:44:09.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 2024-01-18T23:44:09.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T23:44:09.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Compile date Jan 17 2024 2024-01-18T23:44:09.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: DB SUMMARY 2024-01-18T23:44:09.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 2024-01-18T23:44:09.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: CURRENT file: CURRENT 2024-01-18T23:44:09.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 2024-01-18T23:44:09.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-18T23:44:09.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 2024-01-18T23:44:09.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-18T23:44:09.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 2024-01-18T23:44:09.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi008/store.db dir, Total Num: 1, files: 000004.sst 2024-01-18T23:44:09.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 2024-01-18T23:44:09.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi008/store.db: 000006.log size: 81168 ; 2024-01-18T23:44:09.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 2024-01-18T23:44:09.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.error_if_exists: 0 2024-01-18T23:44:09.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.create_if_missing: 0 2024-01-18T23:44:09.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T23:44:09.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.env: 0x56477a694080 2024-01-18T23:44:09.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.fs: Posix File System 2024-01-18T23:44:09.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.info_log: 0x56477cb35d20 2024-01-18T23:44:09.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T23:44:09.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.statistics: (nil) 2024-01-18T23:44:09.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.use_fsync: 0 2024-01-18T23:44:09.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T23:44:09.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T23:44:09.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T23:44:09.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T23:44:09.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T23:44:09.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T23:44:09.918 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T23:44:09.918 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T23:44:09.918 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T23:44:09.918 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T23:44:09.918 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T23:44:09.918 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.db_log_dir: 2024-01-18T23:44:09.918 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi008/store.db 2024-01-18T23:44:09.918 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T23:44:09.918 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T23:44:09.919 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T23:44:09.919 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T23:44:09.919 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T23:44:09.919 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T23:44:09.919 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T23:44:09.919 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T23:44:09.919 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T23:44:09.919 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T23:44:09.919 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.write_buffer_manager: 0x56477d78c480 2024-01-18T23:44:09.919 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T23:44:09.919 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T23:44:09.920 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T23:44:09.920 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T23:44:09.920 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T23:44:09.920 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T23:44:09.920 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T23:44:09.920 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T23:44:09.920 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T23:44:09.920 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.unordered_write: 0 2024-01-18T23:44:09.920 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T23:44:09.920 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T23:44:09.920 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T23:44:09.921 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T23:44:09.921 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.row_cache: None 2024-01-18T23:44:09.921 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.wal_filter: None 2024-01-18T23:44:09.921 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T23:44:09.921 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T23:44:09.921 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T23:44:09.921 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.two_write_queues: 0 2024-01-18T23:44:09.921 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T23:44:09.921 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.atomic_flush: 0 2024-01-18T23:44:09.921 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T23:44:09.921 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T23:44:09.921 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T23:44:09.921 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T23:44:09.921 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T23:44:09.922 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T23:44:09.922 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T23:44:09.922 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T23:44:09.922 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T23:44:09.922 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T23:44:09.922 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T23:44:09.922 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T23:44:09.922 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T23:44:09.922 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T23:44:09.922 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T23:44:09.922 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.max_open_files: -1 2024-01-18T23:44:09.922 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T23:44:09.922 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T23:44:09.922 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T23:44:09.922 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T23:44:09.923 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Compression algorithms supported: 2024-01-18T23:44:09.923 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T23:44:09.923 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 bash[35214]: fb8a1a6afc57b244709183a62287e6e7da1f55be7e09d4ca7cbb240da61b364d 2024-01-18T23:44:09.923 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: kZSTD supported: 0 2024-01-18T23:44:09.923 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: kXpressCompression supported: 0 2024-01-18T23:44:09.923 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T23:44:09.923 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T23:44:09.923 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T23:44:09.923 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: kZlibCompression supported: 1 2024-01-18T23:44:09.923 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T23:44:09.923 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T23:44:09.923 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.610+0000 7fd6f0fb7880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi008/store.db/MANIFEST-000005 2024-01-18T23:44:09.923 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 2024-01-18T23:44:09.923 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T23:44:09.923 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 2024-01-18T23:44:09.924 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T23:44:09.924 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.merge_operator: 2024-01-18T23:44:09.924 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.compaction_filter: None 2024-01-18T23:44:09.924 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T23:44:09.924 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T23:44:09.924 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T23:44:09.924 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56477cae5d28) 2024-01-18T23:44:09.924 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cache_index_and_filter_blocks: 1 2024-01-18T23:44:09.924 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T23:44:09.924 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T23:44:09.924 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: pin_top_level_index_and_filter: 1 2024-01-18T23:44:09.924 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: index_type: 0 2024-01-18T23:44:09.924 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: data_block_index_type: 0 2024-01-18T23:44:09.924 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: index_shortening: 1 2024-01-18T23:44:09.924 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: data_block_hash_table_util_ratio: 0.750000 2024-01-18T23:44:09.925 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: hash_index_allow_collision: 1 2024-01-18T23:44:09.925 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: checksum: 1 2024-01-18T23:44:09.925 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: no_block_cache: 0 2024-01-18T23:44:09.925 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: block_cache: 0x56477cb1af10 2024-01-18T23:44:09.925 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: block_cache_name: BinnedLRUCache 2024-01-18T23:44:09.925 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: block_cache_options: 2024-01-18T23:44:09.925 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: capacity : 536870912 2024-01-18T23:44:09.925 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: num_shard_bits : 4 2024-01-18T23:44:09.925 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: strict_capacity_limit : 0 2024-01-18T23:44:09.926 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: high_pri_pool_ratio: 0.000 2024-01-18T23:44:09.927 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: block_cache_compressed: (nil) 2024-01-18T23:44:09.927 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: persistent_cache: (nil) 2024-01-18T23:44:09.927 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: block_size: 4096 2024-01-18T23:44:09.927 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: block_size_deviation: 10 2024-01-18T23:44:09.927 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: block_restart_interval: 16 2024-01-18T23:44:09.927 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: index_block_restart_interval: 1 2024-01-18T23:44:09.927 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: metadata_block_size: 4096 2024-01-18T23:44:09.927 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: partition_filters: 0 2024-01-18T23:44:09.927 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: use_delta_encoding: 1 2024-01-18T23:44:09.927 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T23:44:09.927 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: whole_key_filtering: 1 2024-01-18T23:44:09.927 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: verify_compression: 0 2024-01-18T23:44:09.927 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: read_amp_bytes_per_bit: 0 2024-01-18T23:44:09.927 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: format_version: 2 2024-01-18T23:44:09.928 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: enable_index_compression: 1 2024-01-18T23:44:09.928 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: block_align: 0 2024-01-18T23:44:09.928 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 2024-01-18T23:44:09.928 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T23:44:09.928 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T23:44:09.928 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.compression: NoCompression 2024-01-18T23:44:09.928 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T23:44:09.928 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T23:44:09.928 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T23:44:09.928 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.num_levels: 7 2024-01-18T23:44:09.928 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T23:44:09.928 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T23:44:09.928 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T23:44:09.928 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T23:44:09.928 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T23:44:09.929 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T23:44:09.929 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T23:44:09.929 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T23:44:09.929 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T23:44:09.929 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T23:44:09.929 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T23:44:09.929 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T23:44:09.929 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T23:44:09.929 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T23:44:09.929 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T23:44:09.929 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T23:44:09.929 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T23:44:09.929 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T23:44:09.929 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T23:44:09.929 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T23:44:09.929 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T23:44:09.930 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T23:44:09.930 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T23:44:09.930 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T23:44:09.930 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T23:44:09.930 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T23:44:09.930 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T23:44:09.930 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T23:44:09.930 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T23:44:09.930 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T23:44:09.930 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T23:44:09.930 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T23:44:09.930 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T23:44:09.930 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T23:44:09.930 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T23:44:09.930 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T23:44:09.931 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T23:44:09.931 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T23:44:09.931 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T23:44:09.931 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T23:44:09.931 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T23:44:09.931 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T23:44:09.931 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T23:44:09.931 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T23:44:09.931 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T23:44:09.931 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T23:44:09.931 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T23:44:09.931 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.table_properties_collectors: 2024-01-18T23:44:09.931 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T23:44:09.931 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T23:44:09.931 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T23:44:09.932 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T23:44:09.932 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T23:44:09.932 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.bloom_locality: 0 2024-01-18T23:44:09.932 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T23:44:09.932 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T23:44:09.932 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T23:44:09.932 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T23:44:09.932 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T23:44:09.932 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.ttl: 2592000 2024-01-18T23:44:09.932 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T23:44:09.932 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi008/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-18T23:44:09.932 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 2024-01-18T23:44:09.932 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-18T23:44:09.932 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 2024-01-18T23:44:09.932 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705621449612882, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-18T23:44:09.933 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.611+0000 7fd6f0fb7880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-18T23:44:09.933 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.612+0000 7fd6f0fb7880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-18T23:44:09.933 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.612+0000 7fd6f0fb7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705621449613740, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 78171, "table_properties": {"data_size": 76465, "index_size": 311, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9283, "raw_average_key_size": 47, "raw_value_size": 71035, "raw_average_value_size": 364, "num_data_blocks": 10, "num_entries": 195, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1705621449, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-18T23:44:09.933 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.612+0000 7fd6f0fb7880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-18T23:44:09.933 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 2024-01-18T23:44:09.933 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.612+0000 7fd6f0fb7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705621449614154, "job": 1, "event": "recovery_finished"} 2024-01-18T23:44:09.933 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.613+0000 7fd6f0fb7880 4 rocksdb: DB pointer 0x56477cbe3800 2024-01-18T23:44:09.933 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.613+0000 7fd6d7daa700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T23:44:09.933 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.613+0000 7fd6d7daa700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T23:44:09.933 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: ** DB Stats ** 2024-01-18T23:44:09.933 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T23:44:09.933 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-18T23:44:09.933 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-18T23:44:09.933 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T23:44:09.933 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-18T23:44:09.934 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-18T23:44:09.934 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T23:44:09.934 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 2024-01-18T23:44:09.934 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: ** Compaction Stats [default] ** 2024-01-18T23:44:09.934 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T23:44:09.934 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T23:44:09.934 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: L0 2/0 78.03 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 126.6 0.00 0.00 1 0.001 0 0 2024-01-18T23:44:09.934 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Sum 2/0 78.03 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 126.6 0.00 0.00 1 0.001 0 0 2024-01-18T23:44:09.934 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 126.6 0.00 0.00 1 0.001 0 0 2024-01-18T23:44:09.934 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 2024-01-18T23:44:09.934 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: ** Compaction Stats [default] ** 2024-01-18T23:44:09.934 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T23:44:09.934 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T23:44:09.934 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 126.6 0.00 0.00 1 0.001 0 0 2024-01-18T23:44:09.934 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T23:44:09.935 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T23:44:09.935 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T23:44:09.935 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T23:44:09.935 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T23:44:09.935 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T23:44:09.935 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Cumulative compaction: 0.00 GB write, 27.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T23:44:09.935 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Interval compaction: 0.00 GB write, 27.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T23:44:09.935 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T23:44:09.935 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 2024-01-18T23:44:09.935 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T23:44:09.935 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 2024-01-18T23:44:09.935 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: ** Compaction Stats [default] ** 2024-01-18T23:44:09.935 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T23:44:09.935 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T23:44:09.935 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: L0 2/0 78.03 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 126.6 0.00 0.00 1 0.001 0 0 2024-01-18T23:44:09.936 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Sum 2/0 78.03 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 126.6 0.00 0.00 1 0.001 0 0 2024-01-18T23:44:09.936 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T23:44:09.936 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 2024-01-18T23:44:09.936 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: ** Compaction Stats [default] ** 2024-01-18T23:44:09.936 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T23:44:09.936 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T23:44:09.936 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 126.6 0.00 0.00 1 0.001 0 0 2024-01-18T23:44:09.936 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T23:44:09.936 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T23:44:09.936 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T23:44:09.936 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T23:44:09.936 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T23:44:09.936 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T23:44:09.936 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Cumulative compaction: 0.00 GB write, 27.22 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T23:44:09.936 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T23:44:09.937 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T23:44:09.937 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 2024-01-18T23:44:09.937 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T23:44:09.937 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 2024-01-18T23:44:09.937 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.614+0000 7fd6f0fb7880 0 starting mon.smithi008 rank 0 at public addrs [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] at bind addrs [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi008 fsid 634b8812-b65b-11ee-95ae-87774f69a715 2024-01-18T23:44:09.937 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.615+0000 7fd6f0fb7880 1 mon.smithi008@-1(???) e1 preinit fsid 634b8812-b65b-11ee-95ae-87774f69a715 2024-01-18T23:44:09.937 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.615+0000 7fd6f0fb7880 0 mon.smithi008@-1(???).mds e1 new map 2024-01-18T23:44:09.937 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.615+0000 7fd6f0fb7880 0 mon.smithi008@-1(???).mds e1 print_map 2024-01-18T23:44:09.937 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: e1 2024-01-18T23:44:09.937 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-18T23:44:09.937 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-18T23:44:09.937 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: legacy client fscid: -1 2024-01-18T23:44:09.937 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 2024-01-18T23:44:09.937 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: No filesystems configured 2024-01-18T23:44:09.937 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 2024-01-18T23:44:09.938 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.615+0000 7fd6f0fb7880 0 mon.smithi008@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-18T23:44:09.938 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.615+0000 7fd6f0fb7880 0 mon.smithi008@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T23:44:09.938 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.615+0000 7fd6f0fb7880 0 mon.smithi008@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T23:44:09.938 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.615+0000 7fd6f0fb7880 0 mon.smithi008@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T23:44:09.938 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:07.363110+0000 mon.smithi008 (mon.0) 8 : audit [INF] from='client.? 172.21.15.8:0/3916816720' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T23:44:09.938 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:07.365661+0000 mon.smithi008 (mon.0) 9 : audit [INF] from='client.? 172.21.15.8:0/3916816720' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-18T23:44:09.938 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:44:09.615+0000 7fd6f0fb7880 1 mon.smithi008@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-18T23:44:09.938 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 systemd[1]: Started Ceph mon.smithi008 for 634b8812-b65b-11ee-95ae-87774f69a715. 2024-01-18T23:44:09.938 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:09.633069+0000 mon.smithi008 (mon.0) 1 : cluster [INF] mon.smithi008 is new leader, mons smithi008 in quorum (ranks 0) 2024-01-18T23:44:09.938 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:09.633158+0000 mon.smithi008 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi008=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0]} removed_ranks: {} 2024-01-18T23:44:09.938 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:09.633768+0000 mon.smithi008 (mon.0) 3 : cluster [DBG] fsmap 2024-01-18T23:44:09.938 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:09.633819+0000 mon.smithi008 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-18T23:44:09.938 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:09.634336+0000 mon.smithi008 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-18T23:44:10.452 INFO:teuthology.orchestra.run.smithi008.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-18T23:44:10.453 INFO:teuthology.orchestra.run.smithi008.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-18T23:44:10.453 INFO:teuthology.orchestra.run.smithi008.stderr:Creating mgr... 2024-01-18T23:44:10.453 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying port 9283 ... 2024-01-18T23:44:10.588 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to reset failed state of unit ceph-634b8812-b65b-11ee-95ae-87774f69a715@mgr.smithi008.afsosb.service: Unit ceph-634b8812-b65b-11ee-95ae-87774f69a715@mgr.smithi008.afsosb.service not loaded. 2024-01-18T23:44:10.880 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/ceph-634b8812-b65b-11ee-95ae-87774f69a715.target.wants/ceph-634b8812-b65b-11ee-95ae-87774f69a715@mgr.smithi008.afsosb.service → /etc/systemd/system/ceph-634b8812-b65b-11ee-95ae-87774f69a715@.service. 2024-01-18T23:44:11.129 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: disabled 2024-01-18T23:44:11.137 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2024-01-18T23:44:11.138 INFO:teuthology.orchestra.run.smithi008.stderr:firewalld.service is not enabled 2024-01-18T23:44:11.138 INFO:teuthology.orchestra.run.smithi008.stderr:Not possible to enable service . firewalld.service is not available 2024-01-18T23:44:11.146 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: disabled 2024-01-18T23:44:11.154 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2024-01-18T23:44:11.155 INFO:teuthology.orchestra.run.smithi008.stderr:firewalld.service is not enabled 2024-01-18T23:44:11.155 INFO:teuthology.orchestra.run.smithi008.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-18T23:44:11.155 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mgr to start... 2024-01-18T23:44:11.155 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mgr... 2024-01-18T23:44:11.319 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:10.067034+0000 mon.smithi008 (mon.0) 6 : audit [INF] from='client.? 172.21.15.8:0/3202683475' entity='client.admin' 2024-01-18T23:44:11.707 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-01-18T23:44:11.707 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2024-01-18T23:44:11.708 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsid": "634b8812-b65b-11ee-95ae-87774f69a715", 2024-01-18T23:44:11.708 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "health": { 2024-01-18T23:44:11.708 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T23:44:11.708 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T23:44:11.708 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T23:44:11.708 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-01-18T23:44:11.708 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T23:44:11.708 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T23:44:11.708 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 0 2024-01-18T23:44:11.708 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-01-18T23:44:11.708 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T23:44:11.708 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "smithi008" 2024-01-18T23:44:11.708 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-01-18T23:44:11.708 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-01-18T23:44:11.709 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T23:44:11.709 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T23:44:11.709 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T23:44:11.709 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T23:44:11.709 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-01-18T23:44:11.709 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T23:44:11.709 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T23:44:11.709 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T23:44:11.709 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T23:44:11.709 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T23:44:11.709 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T23:44:11.713 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T23:44:11.713 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T23:44:11.713 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-01-18T23:44:11.713 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T23:44:11.713 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T23:44:11.713 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T23:44:11.713 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T23:44:11.713 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T23:44:11.713 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T23:44:11.713 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T23:44:11.713 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T23:44:11.713 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T23:44:11.714 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-01-18T23:44:11.714 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T23:44:11.714 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T23:44:11.714 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T23:44:11.714 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T23:44:11.714 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-01-18T23:44:11.714 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T23:44:11.714 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": false, 2024-01-18T23:44:11.714 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T23:44:11.714 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T23:44:11.714 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "iostat", 2024-01-18T23:44:11.714 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "nfs", 2024-01-18T23:44:11.714 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "restful" 2024-01-18T23:44:11.714 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-01-18T23:44:11.714 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2024-01-18T23:44:11.714 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-01-18T23:44:11.715 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T23:44:11.715 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T23:44:11.715 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modified": "2024-01-18T23:44:06.112717+0000", 2024-01-18T23:44:11.715 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2024-01-18T23:44:11.715 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-01-18T23:44:11.715 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T23:44:11.715 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2024-01-18T23:44:12.077 INFO:teuthology.orchestra.run.smithi008.stderr:mgr not available, waiting (1/15)... 2024-01-18T23:44:12.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:11.703817+0000 mon.smithi008 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.8:0/12297424' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T23:44:14.534 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-01-18T23:44:14.535 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2024-01-18T23:44:14.535 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsid": "634b8812-b65b-11ee-95ae-87774f69a715", 2024-01-18T23:44:14.535 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "health": { 2024-01-18T23:44:14.535 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T23:44:14.535 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T23:44:14.535 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T23:44:14.535 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-01-18T23:44:14.535 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T23:44:14.535 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T23:44:14.535 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 0 2024-01-18T23:44:14.535 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-01-18T23:44:14.535 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T23:44:14.535 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "smithi008" 2024-01-18T23:44:14.536 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-01-18T23:44:14.536 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-01-18T23:44:14.536 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T23:44:14.536 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T23:44:14.536 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T23:44:14.536 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T23:44:14.536 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-01-18T23:44:14.536 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T23:44:14.536 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T23:44:14.536 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T23:44:14.537 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T23:44:14.537 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T23:44:14.537 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T23:44:14.542 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T23:44:14.542 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T23:44:14.542 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-01-18T23:44:14.542 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T23:44:14.542 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T23:44:14.542 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T23:44:14.542 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T23:44:14.542 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T23:44:14.542 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T23:44:14.543 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T23:44:14.543 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T23:44:14.543 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T23:44:14.543 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-01-18T23:44:14.543 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T23:44:14.543 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T23:44:14.543 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T23:44:14.543 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T23:44:14.543 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-01-18T23:44:14.543 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T23:44:14.543 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": false, 2024-01-18T23:44:14.543 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T23:44:14.544 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T23:44:14.544 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "iostat", 2024-01-18T23:44:14.544 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "nfs", 2024-01-18T23:44:14.544 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "restful" 2024-01-18T23:44:14.544 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-01-18T23:44:14.544 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2024-01-18T23:44:14.544 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-01-18T23:44:14.544 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T23:44:14.544 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T23:44:14.544 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modified": "2024-01-18T23:44:06.112717+0000", 2024-01-18T23:44:14.544 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2024-01-18T23:44:14.545 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-01-18T23:44:14.545 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T23:44:14.545 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2024-01-18T23:44:14.862 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:14.529540+0000 mon.smithi008 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.8:0/284816944' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T23:44:14.884 INFO:teuthology.orchestra.run.smithi008.stderr:mgr not available, waiting (2/15)... 2024-01-18T23:44:16.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:16.663081+0000 mon.smithi008 (mon.0) 9 : cluster [INF] Activating manager daemon smithi008.afsosb 2024-01-18T23:44:16.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:16.665777+0000 mon.smithi008 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi008.afsosb(active, starting, since 0.00281203s) 2024-01-18T23:44:16.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:16.666463+0000 mon.smithi008 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.8:0/320452127' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T23:44:16.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:16.666679+0000 mon.smithi008 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.8:0/320452127' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T23:44:16.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:16.666839+0000 mon.smithi008 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.8:0/320452127' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T23:44:16.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:16.666951+0000 mon.smithi008 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.8:0/320452127' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2024-01-18T23:44:16.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:16.667381+0000 mon.smithi008 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.8:0/320452127' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mgr metadata", "who": "smithi008.afsosb", "id": "smithi008.afsosb"}]: dispatch 2024-01-18T23:44:16.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:16.680841+0000 mon.smithi008 (mon.0) 16 : cluster [INF] Manager daemon smithi008.afsosb is now available 2024-01-18T23:44:16.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:16.690026+0000 mon.smithi008 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.8:0/320452127' entity='mgr.smithi008.afsosb' 2024-01-18T23:44:16.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:16.695604+0000 mon.smithi008 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.8:0/320452127' entity='mgr.smithi008.afsosb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.afsosb/mirror_snapshot_schedule"}]: dispatch 2024-01-18T23:44:16.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:16.698411+0000 mon.smithi008 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.8:0/320452127' entity='mgr.smithi008.afsosb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.afsosb/trash_purge_schedule"}]: dispatch 2024-01-18T23:44:16.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:16.700954+0000 mon.smithi008 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.8:0/320452127' entity='mgr.smithi008.afsosb' 2024-01-18T23:44:16.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:16.702609+0000 mon.smithi008 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.8:0/320452127' entity='mgr.smithi008.afsosb' 2024-01-18T23:44:18.578 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-01-18T23:44:18.578 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2024-01-18T23:44:18.578 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsid": "634b8812-b65b-11ee-95ae-87774f69a715", 2024-01-18T23:44:18.579 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "health": { 2024-01-18T23:44:18.579 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T23:44:18.579 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T23:44:18.579 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T23:44:18.579 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-01-18T23:44:18.579 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T23:44:18.579 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T23:44:18.579 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 0 2024-01-18T23:44:18.579 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-01-18T23:44:18.579 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T23:44:18.579 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "smithi008" 2024-01-18T23:44:18.579 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-01-18T23:44:18.579 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-01-18T23:44:18.579 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T23:44:18.579 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T23:44:18.580 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T23:44:18.580 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T23:44:18.580 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-01-18T23:44:18.580 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T23:44:18.580 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T23:44:18.580 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T23:44:18.580 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T23:44:18.580 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T23:44:18.580 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T23:44:18.580 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T23:44:18.580 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T23:44:18.580 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-01-18T23:44:18.580 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T23:44:18.580 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T23:44:18.581 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T23:44:18.581 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T23:44:18.581 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T23:44:18.581 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T23:44:18.581 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T23:44:18.581 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T23:44:18.581 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T23:44:18.581 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-01-18T23:44:18.581 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T23:44:18.581 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T23:44:18.581 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T23:44:18.581 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T23:44:18.581 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-01-18T23:44:18.581 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T23:44:18.581 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": true, 2024-01-18T23:44:18.581 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T23:44:18.581 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T23:44:18.582 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "iostat", 2024-01-18T23:44:18.582 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "nfs", 2024-01-18T23:44:18.582 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "restful" 2024-01-18T23:44:18.582 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2024-01-18T23:44:18.582 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2024-01-18T23:44:18.582 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-01-18T23:44:18.582 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T23:44:18.582 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T23:44:18.582 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modified": "2024-01-18T23:44:06.112717+0000", 2024-01-18T23:44:18.582 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2024-01-18T23:44:18.582 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2024-01-18T23:44:18.582 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T23:44:18.582 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2024-01-18T23:44:18.895 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:17.669261+0000 mon.smithi008 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi008.afsosb(active, since 1.0063s) 2024-01-18T23:44:18.895 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:18.570894+0000 mon.smithi008 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.8:0/300400757' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T23:44:18.926 INFO:teuthology.orchestra.run.smithi008.stderr:mgr is available 2024-01-18T23:44:19.474 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-01-18T23:44:19.474 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [global] 2024-01-18T23:44:19.474 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: fsid = 634b8812-b65b-11ee-95ae-87774f69a715 2024-01-18T23:44:19.475 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-18T23:44:19.475 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-18T23:44:19.475 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-18T23:44:19.475 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-18T23:44:19.475 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-01-18T23:44:19.475 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [mgr] 2024-01-18T23:44:19.475 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-18T23:44:19.475 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2024-01-18T23:44:19.475 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [osd] 2024-01-18T23:44:19.475 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-18T23:44:19.475 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-18T23:44:19.825 INFO:teuthology.orchestra.run.smithi008.stderr:Enabling cephadm module... 2024-01-18T23:44:19.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:19 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:19.471332+0000 mon.smithi008 (mon.0) 24 : audit [INF] from='client.? 172.21.15.8:0/2060820952' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T23:44:20.994 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:19.668474+0000 mon.smithi008 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi008.afsosb(active, since 3s) 2024-01-18T23:44:20.994 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:20.397551+0000 mon.smithi008 (mon.0) 26 : audit [INF] from='client.? 172.21.15.8:0/2287729819' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-18T23:44:21.588 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2024-01-18T23:44:21.589 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-18T23:44:21.589 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": true, 2024-01-18T23:44:21.589 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "active_name": "smithi008.afsosb", 2024-01-18T23:44:21.589 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-18T23:44:21.589 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2024-01-18T23:44:21.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:20.671931+0000 mon.smithi008 (mon.0) 27 : audit [INF] from='client.? 172.21.15.8:0/2287729819' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-18T23:44:21.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:20.671979+0000 mon.smithi008 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi008.afsosb(active, since 4s) 2024-01-18T23:44:21.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:21.587070+0000 mon.smithi008 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.8:0/4140586909' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-18T23:44:21.971 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for the mgr to restart... 2024-01-18T23:44:21.972 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mgr epoch 5... 2024-01-18T23:44:26.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:26.275977+0000 mon.smithi008 (mon.0) 30 : cluster [INF] Active manager daemon smithi008.afsosb restarted 2024-01-18T23:44:26.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:26.276285+0000 mon.smithi008 (mon.0) 31 : cluster [INF] Activating manager daemon smithi008.afsosb 2024-01-18T23:44:26.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:26.279154+0000 mon.smithi008 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-18T23:44:26.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:26.279306+0000 mon.smithi008 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi008.afsosb(active, starting, since 0.00314506s) 2024-01-18T23:44:26.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:26.280356+0000 mon.smithi008 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2024-01-18T23:44:26.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:26.281115+0000 mon.smithi008 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mgr metadata", "who": "smithi008.afsosb", "id": "smithi008.afsosb"}]: dispatch 2024-01-18T23:44:26.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:26.281833+0000 mon.smithi008 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T23:44:26.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:26.282002+0000 mon.smithi008 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T23:44:26.665 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:26.282116+0000 mon.smithi008 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T23:44:26.665 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:26.296717+0000 mon.smithi008 (mon.0) 39 : cluster [INF] Manager daemon smithi008.afsosb is now available 2024-01-18T23:44:26.665 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:26.308781+0000 mon.smithi008 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' 2024-01-18T23:44:27.290 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2024-01-18T23:44:27.290 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-18T23:44:27.291 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "initialized": true 2024-01-18T23:44:27.291 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2024-01-18T23:44:27.619 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:27 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:44:26.306362+0000 mgr.smithi008.afsosb (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-18T23:44:27.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:27 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:26.399696+0000 mon.smithi008 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' 2024-01-18T23:44:27.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:27 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:26.400652+0000 mon.smithi008 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:44:27.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:27 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:26.402161+0000 mon.smithi008 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:44:27.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:27 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:26.404117+0000 mon.smithi008 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:44:27.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:27 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:26.418171+0000 mon.smithi008 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.afsosb/mirror_snapshot_schedule"}]: dispatch 2024-01-18T23:44:27.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:27 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:26.420934+0000 mon.smithi008 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.afsosb/trash_purge_schedule"}]: dispatch 2024-01-18T23:44:27.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:27 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:27.281795+0000 mon.smithi008 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi008.afsosb(active, since 1.00563s) 2024-01-18T23:44:27.633 INFO:teuthology.orchestra.run.smithi008.stderr:mgr epoch 5 is available 2024-01-18T23:44:27.633 INFO:teuthology.orchestra.run.smithi008.stderr:Setting orchestrator backend to cephadm... 2024-01-18T23:44:28.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:27.281318+0000 mgr.smithi008.afsosb (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-18T23:44:28.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:27.288345+0000 mgr.smithi008.afsosb (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-18T23:44:28.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:28.235804+0000 mon.smithi008 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' 2024-01-18T23:44:28.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:28.277066+0000 mon.smithi008 (mon.0) 49 : audit [DBG] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:44:29.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:28.231847+0000 mgr.smithi008.afsosb (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:44:29.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:29.237324+0000 mon.smithi008 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi008.afsosb(active, since 2s) 2024-01-18T23:44:30.253 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: value unchanged 2024-01-18T23:44:31.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:30.252163+0000 mgr.smithi008.afsosb (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:44:32.899 INFO:teuthology.orchestra.run.smithi008.stderr:Generating ssh key... 2024-01-18T23:44:35.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:34.201985+0000 mgr.smithi008.afsosb (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:44:35.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:44:34.202208+0000 mgr.smithi008.afsosb (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-18T23:44:35.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:34.370725+0000 mon.smithi008 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' 2024-01-18T23:44:35.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:34.372474+0000 mon.smithi008 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' 2024-01-18T23:44:37.967 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnRKf4Hm6fQAW7E42p1+pT9vh5cI27kNmQkC2BiCpEYYtM6HWzTLIVHuQYXBuNuG77HittapygzYM13fOGA63AYXsTqnL2JZU58uw8LsXNBaS0FSIv9kF+IpLa82QM5f+1zpwbiM247jtl6eiF+fpwghxjjfsthEE/+tzFcC5EBXCtuNhz9MzgPeyEEo5AAfn3L2oPQArpfzW8WnzW+oWgpwrp2eQN4dmtjLx3P1WB+dJRzP4hCbK4uGG+wQzYU1pZ9WuyUEzQ0rTuaSmBqY0beAtWcV9UqER/fC2HfljE44VY2MhPwwkWLoVIsliTlSlr67NfEnslcBN7IP9o8icumbZxEF6kkx1HzDAyJQs3HYQ/D7c+qf6Nd8wxLRsISCGDyVEe4mAoMTFkQFvB8+TdrYFux5vCNgEhE1rFLJl1Waub4UNtlXfCfm+Wz/w4X5I+Jn4gEW6KxU1+WQ64nhTMknNT4rlmZv6zWOZ1jsTTq8CtzhBXQBc2/q9StuW6kGc= ceph-634b8812-b65b-11ee-95ae-87774f69a715 2024-01-18T23:44:38.349 INFO:teuthology.orchestra.run.smithi008.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-18T23:44:38.349 INFO:teuthology.orchestra.run.smithi008.stderr:Adding key to root@localhost authorized_keys... 2024-01-18T23:44:38.350 INFO:teuthology.orchestra.run.smithi008.stderr:Adding host smithi008... 2024-01-18T23:44:39.013 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:37.965924+0000 mgr.smithi008.afsosb (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:44:39.536 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Added host 'smithi008' with addr '172.21.15.8' 2024-01-18T23:44:39.856 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying mon service with default placement... 2024-01-18T23:44:40.446 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-18T23:44:40.691 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:38.895976+0000 mgr.smithi008.afsosb (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi008", "addr": "172.21.15.8", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:44:40.691 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:39.533825+0000 mon.smithi008 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' 2024-01-18T23:44:40.691 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:44:39.534138+0000 mgr.smithi008.afsosb (mgr.14116) 10 : cephadm [INF] Added host smithi008 2024-01-18T23:44:40.691 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:39.568993+0000 mon.smithi008 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:44:40.691 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:40.443814+0000 mon.smithi008 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' 2024-01-18T23:44:40.865 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying mgr service with default placement... 2024-01-18T23:44:41.595 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-18T23:44:41.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:40.440247+0000 mgr.smithi008.afsosb (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:44:41.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:44:40.441498+0000 mgr.smithi008.afsosb (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-18T23:44:41.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:41.350605+0000 mon.smithi008 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' 2024-01-18T23:44:41.931 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying crash service with default placement... 2024-01-18T23:44:42.580 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-18T23:44:42.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:41.589886+0000 mgr.smithi008.afsosb (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:44:42.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:44:41.590749+0000 mgr.smithi008.afsosb (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-18T23:44:42.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:41.592917+0000 mon.smithi008 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' 2024-01-18T23:44:42.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:41.599869+0000 mon.smithi008 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' 2024-01-18T23:44:42.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:42.579209+0000 mon.smithi008 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' 2024-01-18T23:44:42.923 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying prometheus service with default placement... 2024-01-18T23:44:43.526 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-18T23:44:43.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:42.576231+0000 mgr.smithi008.afsosb (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:44:43.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:44:42.577150+0000 mgr.smithi008.afsosb (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-18T23:44:43.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:42.642806+0000 mon.smithi008 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' 2024-01-18T23:44:43.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:43.522332+0000 mon.smithi008 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' 2024-01-18T23:44:43.956 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying grafana service with default placement... 2024-01-18T23:44:44.473 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-18T23:44:44.766 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:43.518694+0000 mgr.smithi008.afsosb (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:44:44.767 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:44:43.519903+0000 mgr.smithi008.afsosb (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-18T23:44:44.767 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:44.469455+0000 mon.smithi008 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' 2024-01-18T23:44:44.814 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying node-exporter service with default placement... 2024-01-18T23:44:45.383 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-18T23:44:45.700 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:44.466389+0000 mgr.smithi008.afsosb (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:44:45.700 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:44:44.467224+0000 mgr.smithi008.afsosb (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-18T23:44:45.700 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:45.381877+0000 mon.smithi008 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' 2024-01-18T23:44:45.756 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying alertmanager service with default placement... 2024-01-18T23:44:46.333 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-18T23:44:46.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:45.378999+0000 mgr.smithi008.afsosb (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:44:46.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:44:45.379812+0000 mgr.smithi008.afsosb (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-18T23:44:46.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:46.332031+0000 mon.smithi008 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.8:0/3988770880' entity='mgr.smithi008.afsosb' 2024-01-18T23:44:47.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:46.283310+0000 mgr.smithi008.afsosb (mgr.14116) 23 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:44:47.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:46.329332+0000 mgr.smithi008.afsosb (mgr.14116) 24 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:44:47.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:44:46.330168+0000 mgr.smithi008.afsosb (mgr.14116) 25 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-18T23:44:47.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:47.197288+0000 mon.smithi008 (mon.0) 65 : audit [INF] from='client.? 172.21.15.8:0/3589641870' entity='client.admin' 2024-01-18T23:44:48.514 INFO:teuthology.orchestra.run.smithi008.stderr:Enabling the dashboard module... 2024-01-18T23:44:49.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:48.094257+0000 mon.smithi008 (mon.0) 66 : audit [INF] from='client.? 172.21.15.8:0/176118147' entity='client.admin' 2024-01-18T23:44:49.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:48.283585+0000 mgr.smithi008.afsosb (mgr.14116) 26 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:44:50.359 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:49.107996+0000 mon.smithi008 (mon.0) 67 : audit [INF] from='client.? 172.21.15.8:0/3661161575' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-18T23:44:51.042 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2024-01-18T23:44:51.042 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-18T23:44:51.042 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": true, 2024-01-18T23:44:51.042 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "active_name": "smithi008.afsosb", 2024-01-18T23:44:51.042 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-18T23:44:51.042 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2024-01-18T23:44:51.357 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:50.099350+0000 mon.smithi008 (mon.0) 68 : audit [INF] from='client.? 172.21.15.8:0/3661161575' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-18T23:44:51.357 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:50.099441+0000 mon.smithi008 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi008.afsosb(active, since 23s) 2024-01-18T23:44:51.357 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:51.040328+0000 mon.smithi008 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.8:0/2329802563' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-18T23:44:51.373 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for the mgr to restart... 2024-01-18T23:44:51.373 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mgr epoch 9... 2024-01-18T23:44:55.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:55.674169+0000 mon.smithi008 (mon.0) 71 : cluster [INF] Active manager daemon smithi008.afsosb restarted 2024-01-18T23:44:55.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:55.674389+0000 mon.smithi008 (mon.0) 72 : cluster [INF] Activating manager daemon smithi008.afsosb 2024-01-18T23:44:55.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:55.677390+0000 mon.smithi008 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-18T23:44:55.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:55.677490+0000 mon.smithi008 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi008.afsosb(active, starting, since 0.0031859s) 2024-01-18T23:44:55.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:55.678664+0000 mon.smithi008 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2024-01-18T23:44:55.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:55.679209+0000 mon.smithi008 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mgr metadata", "who": "smithi008.afsosb", "id": "smithi008.afsosb"}]: dispatch 2024-01-18T23:44:55.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:55.679874+0000 mon.smithi008 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T23:44:55.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:55.680102+0000 mon.smithi008 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T23:44:55.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:55.680309+0000 mon.smithi008 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T23:44:55.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:55.682288+0000 mon.smithi008 (mon.0) 80 : cluster [INF] Manager daemon smithi008.afsosb is now available 2024-01-18T23:44:56.686 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2024-01-18T23:44:56.687 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-18T23:44:56.687 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "initialized": true 2024-01-18T23:44:56.687 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2024-01-18T23:44:56.853 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:55.782252+0000 mon.smithi008 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:44:56.853 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:55.783953+0000 mon.smithi008 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:44:56.853 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:55.809116+0000 mon.smithi008 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.afsosb/mirror_snapshot_schedule"}]: dispatch 2024-01-18T23:44:56.853 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:55.812581+0000 mon.smithi008 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.afsosb/trash_purge_schedule"}]: dispatch 2024-01-18T23:44:56.853 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:56.651460+0000 mon.smithi008 (mon.0) 85 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' 2024-01-18T23:44:56.854 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:56.679034+0000 mon.smithi008 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi008.afsosb(active, since 1.00473s) 2024-01-18T23:44:57.038 INFO:teuthology.orchestra.run.smithi008.stderr:mgr epoch 9 is available 2024-01-18T23:44:57.038 INFO:teuthology.orchestra.run.smithi008.stderr:Generating a dashboard self-signed certificate... 2024-01-18T23:44:57.714 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-18T23:44:58.014 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:56.678404+0000 mgr.smithi008.afsosb (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-18T23:44:58.015 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:56.684938+0000 mgr.smithi008.afsosb (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-18T23:44:58.015 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:57.710426+0000 mon.smithi008 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' 2024-01-18T23:44:58.015 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:57.712173+0000 mon.smithi008 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' 2024-01-18T23:44:58.104 INFO:teuthology.orchestra.run.smithi008.stderr:Creating initial admin user... 2024-01-18T23:44:58.905 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$0ybram/3pdAmgwJWR819lO1Q3obTMzJKXHKcFAr4rlY67UT46tllu", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705621498, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-18T23:44:59.077 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:57.591309+0000 mgr.smithi008.afsosb (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:44:59.078 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:44:57.728706+0000 mon.smithi008 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi008.afsosb(active, since 2s) 2024-01-18T23:44:59.245 INFO:teuthology.orchestra.run.smithi008.stderr:Fetching dashboard port number... 2024-01-18T23:44:59.801 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 8443 2024-01-18T23:45:00.097 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:58.660221+0000 mgr.smithi008.afsosb (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:45:00.098 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:58.904491+0000 mon.smithi008 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:00.098 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:44:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:44:59.800317+0000 mon.smithi008 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.8:0/673850046' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-18T23:45:00.170 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: disabled 2024-01-18T23:45:00.177 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2024-01-18T23:45:00.178 INFO:teuthology.orchestra.run.smithi008.stderr:firewalld.service is not enabled 2024-01-18T23:45:00.178 INFO:teuthology.orchestra.run.smithi008.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-18T23:45:00.181 INFO:teuthology.orchestra.run.smithi008.stderr:Ceph Dashboard is now available at: 2024-01-18T23:45:00.181 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-01-18T23:45:00.181 INFO:teuthology.orchestra.run.smithi008.stderr: URL: https://smithi008.front.sepia.ceph.com:8443/ 2024-01-18T23:45:00.181 INFO:teuthology.orchestra.run.smithi008.stderr: User: admin 2024-01-18T23:45:00.181 INFO:teuthology.orchestra.run.smithi008.stderr: Password: pihfg0vwht 2024-01-18T23:45:00.181 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-01-18T23:45:00.181 INFO:teuthology.orchestra.run.smithi008.stderr:Enabling autotune for osd_memory_target 2024-01-18T23:45:01.780 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-18T23:45:02.129 INFO:teuthology.orchestra.run.smithi008.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-18T23:45:02.129 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-01-18T23:45:02.129 INFO:teuthology.orchestra.run.smithi008.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-18T23:45:02.129 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-01-18T23:45:02.129 INFO:teuthology.orchestra.run.smithi008.stderr:Or, if you are only running a single cluster on this host: 2024-01-18T23:45:02.129 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-01-18T23:45:02.129 INFO:teuthology.orchestra.run.smithi008.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-18T23:45:02.129 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-01-18T23:45:02.129 INFO:teuthology.orchestra.run.smithi008.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-18T23:45:02.129 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-01-18T23:45:02.129 INFO:teuthology.orchestra.run.smithi008.stderr: ceph telemetry on 2024-01-18T23:45:02.129 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-01-18T23:45:02.130 INFO:teuthology.orchestra.run.smithi008.stderr:For more information see: 2024-01-18T23:45:02.130 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-01-18T23:45:02.130 INFO:teuthology.orchestra.run.smithi008.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-18T23:45:02.130 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-01-18T23:45:02.130 INFO:teuthology.orchestra.run.smithi008.stderr:Bootstrap complete. 2024-01-18T23:45:02.163 INFO:tasks.cephadm:Fetching config... 2024-01-18T23:45:02.164 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-01-18T23:45:02.164 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-18T23:45:02.182 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-18T23:45:02.183 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-01-18T23:45:02.183 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-18T23:45:02.241 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-18T23:45:02.241 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-01-18T23:45:02.241 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/keyring of=/dev/stdout 2024-01-18T23:45:02.314 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-18T23:45:02.314 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-01-18T23:45:02.314 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-18T23:45:02.374 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-18T23:45:02.374 DEBUG:teuthology.orchestra.run.smithi008:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnRKf4Hm6fQAW7E42p1+pT9vh5cI27kNmQkC2BiCpEYYtM6HWzTLIVHuQYXBuNuG77HittapygzYM13fOGA63AYXsTqnL2JZU58uw8LsXNBaS0FSIv9kF+IpLa82QM5f+1zpwbiM247jtl6eiF+fpwghxjjfsthEE/+tzFcC5EBXCtuNhz9MzgPeyEEo5AAfn3L2oPQArpfzW8WnzW+oWgpwrp2eQN4dmtjLx3P1WB+dJRzP4hCbK4uGG+wQzYU1pZ9WuyUEzQ0rTuaSmBqY0beAtWcV9UqER/fC2HfljE44VY2MhPwwkWLoVIsliTlSlr67NfEnslcBN7IP9o8icumbZxEF6kkx1HzDAyJQs3HYQ/D7c+qf6Nd8wxLRsISCGDyVEe4mAoMTFkQFvB8+TdrYFux5vCNgEhE1rFLJl1Waub4UNtlXfCfm+Wz/w4X5I+Jn4gEW6KxU1+WQ64nhTMknNT4rlmZv6zWOZ1jsTTq8CtzhBXQBc2/q9StuW6kGc= ceph-634b8812-b65b-11ee-95ae-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-18T23:45:02.451 INFO:teuthology.orchestra.run.smithi008.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnRKf4Hm6fQAW7E42p1+pT9vh5cI27kNmQkC2BiCpEYYtM6HWzTLIVHuQYXBuNuG77HittapygzYM13fOGA63AYXsTqnL2JZU58uw8LsXNBaS0FSIv9kF+IpLa82QM5f+1zpwbiM247jtl6eiF+fpwghxjjfsthEE/+tzFcC5EBXCtuNhz9MzgPeyEEo5AAfn3L2oPQArpfzW8WnzW+oWgpwrp2eQN4dmtjLx3P1WB+dJRzP4hCbK4uGG+wQzYU1pZ9WuyUEzQ0rTuaSmBqY0beAtWcV9UqER/fC2HfljE44VY2MhPwwkWLoVIsliTlSlr67NfEnslcBN7IP9o8icumbZxEF6kkx1HzDAyJQs3HYQ/D7c+qf6Nd8wxLRsISCGDyVEe4mAoMTFkQFvB8+TdrYFux5vCNgEhE1rFLJl1Waub4UNtlXfCfm+Wz/w4X5I+Jn4gEW6KxU1+WQ64nhTMknNT4rlmZv6zWOZ1jsTTq8CtzhBXQBc2/q9StuW6kGc= ceph-634b8812-b65b-11ee-95ae-87774f69a715 2024-01-18T23:45:02.462 DEBUG:teuthology.orchestra.run.smithi060:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnRKf4Hm6fQAW7E42p1+pT9vh5cI27kNmQkC2BiCpEYYtM6HWzTLIVHuQYXBuNuG77HittapygzYM13fOGA63AYXsTqnL2JZU58uw8LsXNBaS0FSIv9kF+IpLa82QM5f+1zpwbiM247jtl6eiF+fpwghxjjfsthEE/+tzFcC5EBXCtuNhz9MzgPeyEEo5AAfn3L2oPQArpfzW8WnzW+oWgpwrp2eQN4dmtjLx3P1WB+dJRzP4hCbK4uGG+wQzYU1pZ9WuyUEzQ0rTuaSmBqY0beAtWcV9UqER/fC2HfljE44VY2MhPwwkWLoVIsliTlSlr67NfEnslcBN7IP9o8icumbZxEF6kkx1HzDAyJQs3HYQ/D7c+qf6Nd8wxLRsISCGDyVEe4mAoMTFkQFvB8+TdrYFux5vCNgEhE1rFLJl1Waub4UNtlXfCfm+Wz/w4X5I+Jn4gEW6KxU1+WQ64nhTMknNT4rlmZv6zWOZ1jsTTq8CtzhBXQBc2/q9StuW6kGc= ceph-634b8812-b65b-11ee-95ae-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-18T23:45:02.511 INFO:teuthology.orchestra.run.smithi060.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCnRKf4Hm6fQAW7E42p1+pT9vh5cI27kNmQkC2BiCpEYYtM6HWzTLIVHuQYXBuNuG77HittapygzYM13fOGA63AYXsTqnL2JZU58uw8LsXNBaS0FSIv9kF+IpLa82QM5f+1zpwbiM247jtl6eiF+fpwghxjjfsthEE/+tzFcC5EBXCtuNhz9MzgPeyEEo5AAfn3L2oPQArpfzW8WnzW+oWgpwrp2eQN4dmtjLx3P1WB+dJRzP4hCbK4uGG+wQzYU1pZ9WuyUEzQ0rTuaSmBqY0beAtWcV9UqER/fC2HfljE44VY2MhPwwkWLoVIsliTlSlr67NfEnslcBN7IP9o8icumbZxEF6kkx1HzDAyJQs3HYQ/D7c+qf6Nd8wxLRsISCGDyVEe4mAoMTFkQFvB8+TdrYFux5vCNgEhE1rFLJl1Waub4UNtlXfCfm+Wz/w4X5I+Jn4gEW6KxU1+WQ64nhTMknNT4rlmZv6zWOZ1jsTTq8CtzhBXQBc2/q9StuW6kGc= ceph-634b8812-b65b-11ee-95ae-87774f69a715 2024-01-18T23:45:02.523 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-18T23:45:03.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:45:01.751340+0000 mon.smithi008 (mon.0) 92 : cluster [DBG] mgrmap e13: smithi008.afsosb(active, since 6s) 2024-01-18T23:45:03.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:01.776265+0000 mon.smithi008 (mon.0) 93 : audit [INF] from='client.? 172.21.15.8:0/4091403865' entity='client.admin' 2024-01-18T23:45:05.120 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-18T23:45:05.120 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-18T23:45:05.815 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:04.621210+0000 mon.smithi008 (mon.0) 94 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:05.816 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:04.690761+0000 mon.smithi008 (mon.0) 95 : audit [INF] from='client.? 172.21.15.8:0/2495167808' entity='client.admin' 2024-01-18T23:45:05.816 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:05.013879+0000 mon.smithi008 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:45:05.816 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:05.017118+0000 mon.smithi008 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:05.816 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:45:05.025720+0000 mgr.smithi008.afsosb (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi008 on smithi008 2024-01-18T23:45:07.145 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi060 2024-01-18T23:45:07.146 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-01-18T23:45:07.146 DEBUG:teuthology.orchestra.run.smithi060:> dd of=/etc/ceph/ceph.conf 2024-01-18T23:45:07.169 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-01-18T23:45:07.169 DEBUG:teuthology.orchestra.run.smithi060:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T23:45:07.230 INFO:tasks.cephadm:Adding host smithi060 to orchestrator... 2024-01-18T23:45:07.231 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch host add smithi060 2024-01-18T23:45:08.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:06.696542+0000 mgr.smithi008.afsosb (mgr.14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:45:08.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:06.698973+0000 mon.smithi008 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:12.337 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:11.316596+0000 mon.smithi008 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:12.337 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:11.318328+0000 mon.smithi008 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi008", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T23:45:12.337 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:11.319944+0000 mon.smithi008 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi008", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-18T23:45:12.337 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:11.320553+0000 mon.smithi008 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:45:12.337 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:45:11.321047+0000 mgr.smithi008.afsosb (mgr.14156) 7 : cephadm [INF] Deploying daemon crash.smithi008 on smithi008 2024-01-18T23:45:14.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:12.859677+0000 mon.smithi008 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:14.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:12.905898+0000 mon.smithi008 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:14.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:12.907700+0000 mon.smithi008 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:14.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:12.909127+0000 mon.smithi008 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-18T23:45:14.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:12.909462+0000 mgr.smithi008.afsosb (mgr.14156) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-18T23:45:14.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:12.911589+0000 mon.smithi008 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:14.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:45:12.918402+0000 mgr.smithi008.afsosb (mgr.14156) 9 : cephadm [INF] Deploying daemon grafana.smithi008 on smithi008 2024-01-18T23:45:17.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:45:15.681234+0000 mgr.smithi008.afsosb (mgr.14156) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:45:17.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:15.808065+0000 mon.smithi008 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:19.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:45:17.681487+0000 mgr.smithi008.afsosb (mgr.14156) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:45:20.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:45:19.681728+0000 mgr.smithi008.afsosb (mgr.14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:45:22.856 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:45:21.682042+0000 mgr.smithi008.afsosb (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:45:25.414 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:45:23.682284+0000 mgr.smithi008.afsosb (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:45:25.414 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:24.112627+0000 mon.smithi008 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:25.414 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:45:24.114796+0000 mgr.smithi008.afsosb (mgr.14156) 15 : cephadm [INF] Deploying daemon node-exporter.smithi008 on smithi008 2024-01-18T23:45:26.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:45:25.682663+0000 mgr.smithi008.afsosb (mgr.14156) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:45:26.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:25.811650+0000 mon.smithi008 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:26.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:26.717617+0000 mon.smithi008 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:26.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:26.719825+0000 mon.smithi008 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-18T23:45:29.138 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:27.720149+0000 mon.smithi008 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.8:0/3715158940' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-18T23:45:29.138 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:45:27.720220+0000 mon.smithi008 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi008.afsosb(active, since 32s) 2024-01-18T23:45:33.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:45:33.284111+0000 mon.smithi008 (mon.0) 115 : cluster [INF] Active manager daemon smithi008.afsosb restarted 2024-01-18T23:45:33.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:45:33.284352+0000 mon.smithi008 (mon.0) 116 : cluster [INF] Activating manager daemon smithi008.afsosb 2024-01-18T23:45:33.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:45:33.287156+0000 mon.smithi008 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-18T23:45:33.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:45:33.287266+0000 mon.smithi008 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi008.afsosb(active, starting, since 0.0030028s) 2024-01-18T23:45:33.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:33.288281+0000 mon.smithi008 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2024-01-18T23:45:33.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:33.288954+0000 mon.smithi008 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mgr metadata", "who": "smithi008.afsosb", "id": "smithi008.afsosb"}]: dispatch 2024-01-18T23:45:33.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:33.289675+0000 mon.smithi008 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T23:45:33.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:33.289830+0000 mon.smithi008 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T23:45:33.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:33.289956+0000 mon.smithi008 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T23:45:33.586 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:45:33.304730+0000 mon.smithi008 (mon.0) 124 : cluster [INF] Manager daemon smithi008.afsosb is now available 2024-01-18T23:45:34.603 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:33.404790+0000 mon.smithi008 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:45:34.603 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:33.406416+0000 mon.smithi008 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:45:34.604 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:33.430670+0000 mon.smithi008 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:34.604 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:33.442752+0000 mon.smithi008 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.afsosb/mirror_snapshot_schedule"}]: dispatch 2024-01-18T23:45:34.604 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:33.447543+0000 mon.smithi008 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.afsosb/trash_purge_schedule"}]: dispatch 2024-01-18T23:45:34.604 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:45:34.288916+0000 mon.smithi008 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi008.afsosb(active, since 1.00465s) 2024-01-18T23:45:35.768 INFO:teuthology.orchestra.run.smithi060.stdout:Added host 'smithi060' with addr '172.21.15.60' 2024-01-18T23:45:36.103 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch host ls --format=json 2024-01-18T23:45:36.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:35.144293+0000 mgr.smithi008.afsosb (mgr.14180) 1 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi060", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:45:36.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:45:35.640062+0000 mon.smithi008 (mon.0) 131 : cluster [DBG] mgrmap e17: smithi008.afsosb(active, since 2s) 2024-01-18T23:45:36.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:35.651583+0000 mon.smithi008 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:36.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:35.764790+0000 mon.smithi008 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:36.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:35.943993+0000 mon.smithi008 (mon.0) 134 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:45:36.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:35.944935+0000 mon.smithi008 (mon.0) 135 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:45:36.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:35.945589+0000 mon.smithi008 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T23:45:36.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:35.997729+0000 mon.smithi008 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:36.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:36.000068+0000 mon.smithi008 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:37.607 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-01-18T23:45:37.607 INFO:teuthology.orchestra.run.smithi060.stdout:[{"addr": "172.21.15.8", "hostname": "smithi008", "labels": [], "status": ""}, {"addr": "172.21.15.60", "hostname": "smithi060", "labels": [], "status": ""}] 2024-01-18T23:45:37.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:37 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:45:35.765101+0000 mgr.smithi008.afsosb (mgr.14180) 2 : cephadm [INF] Added host smithi060 2024-01-18T23:45:37.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:37 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:45:35.946722+0000 mgr.smithi008.afsosb (mgr.14180) 3 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.conf 2024-01-18T23:45:37.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:37 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:45:35.969321+0000 mgr.smithi008.afsosb (mgr.14180) 4 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.client.admin.keyring 2024-01-18T23:45:37.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:37 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:45:36.012477+0000 mgr.smithi008.afsosb (mgr.14180) 5 : cephadm [INF] Deploying daemon prometheus.smithi008 on smithi008 2024-01-18T23:45:37.978 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-18T23:45:37.978 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd crush tunables default 2024-01-18T23:45:38.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:37.603580+0000 mgr.smithi008.afsosb (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:45:42.973 INFO:teuthology.orchestra.run.smithi008.stderr:adjusted tunables profile to default 2024-01-18T23:45:43.233 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:42.916847+0000 mon.smithi008 (mon.0) 139 : audit [INF] from='client.? 172.21.15.8:0/3912396617' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-18T23:45:43.886 INFO:tasks.cephadm:Adding mon.smithi008 on smithi008 2024-01-18T23:45:43.886 INFO:tasks.cephadm:Adding mon.smithi060 on smithi060 2024-01-18T23:45:43.886 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch apply mon '2;smithi008:172.21.15.8=smithi008;smithi060:172.21.15.60=smithi060' 2024-01-18T23:45:44.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:42.969088+0000 mon.smithi008 (mon.0) 140 : audit [INF] from='client.? 172.21.15.8:0/3912396617' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-18T23:45:44.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:45:42.969131+0000 mon.smithi008 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-18T23:45:45.347 INFO:teuthology.orchestra.run.smithi060.stdout:Scheduled mon update... 2024-01-18T23:45:45.755 DEBUG:teuthology.orchestra.run.smithi060:mon.smithi060> sudo journalctl -f -n 0 -u ceph-634b8812-b65b-11ee-95ae-87774f69a715@mon.smithi060.service 2024-01-18T23:45:45.757 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T23:45:45.757 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T23:45:45.787 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:-- Logs begin at Thu 2024-01-18 23:36:21 UTC. -- 2024-01-18T23:45:46.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:45.314571+0000 mon.smithi008 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:46.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:45.315630+0000 mon.smithi008 (mon.0) 143 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:45:46.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:45.340402+0000 mgr.smithi008.afsosb (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi008:172.21.15.8=smithi008;smithi060:172.21.15.60=smithi060", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:45:46.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:45:45.342606+0000 mgr.smithi008.afsosb (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi008:172.21.15.8=smithi008;smithi060:172.21.15.60=smithi060;count:2 2024-01-18T23:45:46.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:45.345716+0000 mon.smithi008 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:46.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:45.772611+0000 mon.smithi008 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:46.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:46.071369+0000 mon.smithi008 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:47.782 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-01-18T23:45:47.782 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":1,"fsid":"634b8812-b65b-11ee-95ae-87774f69a715","modified":"2024-01-18T23:44:04.174443Z","created":"2024-01-18T23:44:04.174443Z","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":"smithi008","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T23:45:47.784 INFO:teuthology.orchestra.run.smithi060.stderr:dumped monmap epoch 1 2024-01-18T23:45:47.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:47.781041+0000 mon.smithi008 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.60:0/2823725784' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T23:45:47.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:47.797424+0000 mon.smithi008 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:49.160 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T23:45:49.161 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T23:45:49.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:48.433012+0000 mon.smithi008 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:49.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:49.085783+0000 mon.smithi008 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:50.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:49.510321+0000 mon.smithi008 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:50.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:49.511212+0000 mon.smithi008 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:45:50.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:49.512389+0000 mon.smithi008 (mon.0) 153 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:45:50.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:49.513298+0000 mon.smithi008 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T23:45:50.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:45:49.514663+0000 mgr.smithi008.afsosb (mgr.14180) 9 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-01-18T23:45:50.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:50.362139+0000 mon.smithi008 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:50.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:50.365101+0000 mon.smithi008 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:50.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:50.366960+0000 mon.smithi008 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi060", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T23:45:50.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:50.368993+0000 mon.smithi008 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi060", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-18T23:45:50.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:50.369791+0000 mon.smithi008 (mon.0) 159 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:45:51.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:45:50.029807+0000 mgr.smithi008.afsosb (mgr.14180) 10 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-01-18T23:45:51.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:45:50.370507+0000 mgr.smithi008.afsosb (mgr.14180) 11 : cephadm [INF] Deploying daemon crash.smithi060 on smithi060 2024-01-18T23:45:52.485 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-01-18T23:45:52.485 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":1,"fsid":"634b8812-b65b-11ee-95ae-87774f69a715","modified":"2024-01-18T23:44:04.174443Z","created":"2024-01-18T23:44:04.174443Z","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":"smithi008","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T23:45:52.486 INFO:teuthology.orchestra.run.smithi060.stderr:dumped monmap epoch 1 2024-01-18T23:45:52.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:52.483127+0000 mon.smithi008 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.60:0/3161331296' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T23:45:53.836 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T23:45:53.836 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T23:45:54.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:45:53.291344+0000 mgr.smithi008.afsosb (mgr.14180) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:45:54.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:53.389397+0000 mon.smithi008 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:54.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:53.395663+0000 mon.smithi008 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi060.chknjn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T23:45:54.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:53.397724+0000 mon.smithi008 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi060.chknjn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-18T23:45:54.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:53.398599+0000 mon.smithi008 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T23:45:54.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:53.399603+0000 mon.smithi008 (mon.0) 165 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:45:54.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:45:53.400299+0000 mgr.smithi008.afsosb (mgr.14180) 13 : cephadm [INF] Deploying daemon mgr.smithi060.chknjn on smithi060 2024-01-18T23:45:54.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:53.436433+0000 mon.smithi008 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:55.905 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-01-18T23:45:55.905 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":1,"fsid":"634b8812-b65b-11ee-95ae-87774f69a715","modified":"2024-01-18T23:44:04.174443Z","created":"2024-01-18T23:44:04.174443Z","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":"smithi008","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T23:45:55.908 INFO:teuthology.orchestra.run.smithi060.stderr:dumped monmap epoch 1 2024-01-18T23:45:57.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:45:55.291652+0000 mgr.smithi008.afsosb (mgr.14180) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:45:57.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:55.716311+0000 mon.smithi008 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:57.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:55.718472+0000 mon.smithi008 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T23:45:57.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:55.719264+0000 mon.smithi008 (mon.0) 169 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:45:57.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:45:55.719917+0000 mgr.smithi008.afsosb (mgr.14180) 15 : cephadm [INF] Deploying daemon mon.smithi060 on smithi060 2024-01-18T23:45:57.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:55.904476+0000 mon.smithi008 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.60:0/3761437016' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T23:45:57.262 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T23:45:57.262 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T23:45:58.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:58 smithi060 systemd[1]: Starting Ceph mon.smithi060 for 634b8812-b65b-11ee-95ae-87774f69a715... 2024-01-18T23:45:59.076 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-01-18T23:45:59.077 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":1,"fsid":"634b8812-b65b-11ee-95ae-87774f69a715","modified":"2024-01-18T23:44:04.174443Z","created":"2024-01-18T23:44:04.174443Z","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":"smithi008","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T23:45:59.079 INFO:teuthology.orchestra.run.smithi060.stderr:dumped monmap epoch 1 2024-01-18T23:45:59.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:45:57.292001+0000 mgr.smithi008.afsosb (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:45:59.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:45:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:58.440170+0000 mon.smithi008 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:59.236 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.054+0000 7f60f95ce880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T23:45:59.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.054+0000 7f60f95ce880 0 ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable), process ceph-mon, pid 7 2024-01-18T23:45:59.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.054+0000 7f60f95ce880 0 pidfile_write: ignore empty --pid-file 2024-01-18T23:45:59.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.058+0000 7f60f95ce880 0 load: jerasure load: lrc load: isa 2024-01-18T23:45:59.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T23:45:59.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 2024-01-18T23:45:59.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T23:45:59.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Compile date Jan 17 2024 2024-01-18T23:45:59.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: DB SUMMARY 2024-01-18T23:45:59.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 2024-01-18T23:45:59.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: CURRENT file: CURRENT 2024-01-18T23:45:59.237 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 2024-01-18T23:45:59.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-18T23:45:59.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 2024-01-18T23:45:59.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-01-18T23:45:59.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 2024-01-18T23:45:59.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi060/store.db dir, Total Num: 0, files: 2024-01-18T23:45:59.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 2024-01-18T23:45:59.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi060/store.db: 000003.log size: 511 ; 2024-01-18T23:45:59.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 2024-01-18T23:45:59.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.error_if_exists: 0 2024-01-18T23:45:59.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.create_if_missing: 0 2024-01-18T23:45:59.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T23:45:59.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.env: 0x55722a0b2080 2024-01-18T23:45:59.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.fs: Posix File System 2024-01-18T23:45:59.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.info_log: 0x55722b32bd20 2024-01-18T23:45:59.238 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T23:45:59.239 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.statistics: (nil) 2024-01-18T23:45:59.239 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.use_fsync: 0 2024-01-18T23:45:59.239 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T23:45:59.239 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T23:45:59.239 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T23:45:59.239 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T23:45:59.239 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T23:45:59.239 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T23:45:59.239 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T23:45:59.239 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T23:45:59.239 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T23:45:59.239 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T23:45:59.239 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T23:45:59.240 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.db_log_dir: 2024-01-18T23:45:59.240 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi060/store.db 2024-01-18T23:45:59.240 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T23:45:59.240 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T23:45:59.240 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T23:45:59.240 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T23:45:59.240 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T23:45:59.240 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T23:45:59.240 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T23:45:59.240 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T23:45:59.240 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T23:45:59.240 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T23:45:59.240 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.write_buffer_manager: 0x55722bf82480 2024-01-18T23:45:59.240 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T23:45:59.241 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T23:45:59.241 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T23:45:59.241 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T23:45:59.241 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T23:45:59.241 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T23:45:59.241 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T23:45:59.241 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T23:45:59.241 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T23:45:59.241 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.unordered_write: 0 2024-01-18T23:45:59.241 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T23:45:59.241 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T23:45:59.241 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T23:45:59.241 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T23:45:59.241 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.row_cache: None 2024-01-18T23:45:59.242 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.wal_filter: None 2024-01-18T23:45:59.242 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T23:45:59.242 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T23:45:59.242 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T23:45:59.242 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.two_write_queues: 0 2024-01-18T23:45:59.242 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T23:45:59.242 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.atomic_flush: 0 2024-01-18T23:45:59.242 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T23:45:59.242 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T23:45:59.242 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T23:45:59.242 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T23:45:59.242 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T23:45:59.242 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T23:45:59.242 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T23:45:59.243 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T23:45:59.243 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T23:45:59.243 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T23:45:59.243 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T23:45:59.243 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T23:45:59.243 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T23:45:59.243 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T23:45:59.243 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T23:45:59.243 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.max_open_files: -1 2024-01-18T23:45:59.243 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T23:45:59.243 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T23:45:59.243 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T23:45:59.243 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T23:45:59.243 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Compression algorithms supported: 2024-01-18T23:45:59.244 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T23:45:59.244 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: kZSTD supported: 0 2024-01-18T23:45:59.244 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: kXpressCompression supported: 0 2024-01-18T23:45:59.244 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T23:45:59.244 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T23:45:59.244 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T23:45:59.244 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: kZlibCompression supported: 1 2024-01-18T23:45:59.244 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T23:45:59.244 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T23:45:59.244 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.059+0000 7f60f95ce880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi060/store.db/MANIFEST-000001 2024-01-18T23:45:59.244 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 2024-01-18T23:45:59.244 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T23:45:59.244 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 2024-01-18T23:45:59.244 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T23:45:59.244 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.merge_operator: 2024-01-18T23:45:59.245 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.compaction_filter: None 2024-01-18T23:45:59.245 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T23:45:59.245 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T23:45:59.245 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T23:45:59.245 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55722b2dbd28) 2024-01-18T23:45:59.245 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cache_index_and_filter_blocks: 1 2024-01-18T23:45:59.245 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T23:45:59.245 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T23:45:59.245 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: pin_top_level_index_and_filter: 1 2024-01-18T23:45:59.245 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: index_type: 0 2024-01-18T23:45:59.245 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: data_block_index_type: 0 2024-01-18T23:45:59.245 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: index_shortening: 1 2024-01-18T23:45:59.245 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: data_block_hash_table_util_ratio: 0.750000 2024-01-18T23:45:59.245 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: hash_index_allow_collision: 1 2024-01-18T23:45:59.246 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: checksum: 1 2024-01-18T23:45:59.246 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: no_block_cache: 0 2024-01-18T23:45:59.246 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: block_cache: 0x55722b310f10 2024-01-18T23:45:59.246 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: block_cache_name: BinnedLRUCache 2024-01-18T23:45:59.246 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: block_cache_options: 2024-01-18T23:45:59.246 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: capacity : 536870912 2024-01-18T23:45:59.246 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: num_shard_bits : 4 2024-01-18T23:45:59.246 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: strict_capacity_limit : 0 2024-01-18T23:45:59.246 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: high_pri_pool_ratio: 0.000 2024-01-18T23:45:59.246 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: block_cache_compressed: (nil) 2024-01-18T23:45:59.246 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: persistent_cache: (nil) 2024-01-18T23:45:59.246 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: block_size: 4096 2024-01-18T23:45:59.246 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: block_size_deviation: 10 2024-01-18T23:45:59.246 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: block_restart_interval: 16 2024-01-18T23:45:59.246 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: index_block_restart_interval: 1 2024-01-18T23:45:59.247 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: metadata_block_size: 4096 2024-01-18T23:45:59.247 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: partition_filters: 0 2024-01-18T23:45:59.247 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: use_delta_encoding: 1 2024-01-18T23:45:59.247 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T23:45:59.247 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: whole_key_filtering: 1 2024-01-18T23:45:59.247 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: verify_compression: 0 2024-01-18T23:45:59.247 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: read_amp_bytes_per_bit: 0 2024-01-18T23:45:59.247 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: format_version: 2 2024-01-18T23:45:59.247 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: enable_index_compression: 1 2024-01-18T23:45:59.247 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: block_align: 0 2024-01-18T23:45:59.247 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 2024-01-18T23:45:59.247 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T23:45:59.247 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T23:45:59.247 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.compression: NoCompression 2024-01-18T23:45:59.247 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T23:45:59.248 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T23:45:59.248 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T23:45:59.248 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.num_levels: 7 2024-01-18T23:45:59.248 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T23:45:59.248 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T23:45:59.248 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T23:45:59.248 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T23:45:59.248 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T23:45:59.248 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T23:45:59.248 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T23:45:59.248 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T23:45:59.248 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T23:45:59.248 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T23:45:59.248 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T23:45:59.249 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 bash[38777]: 54d262f71197c64205c0cd95db10ae581fe80157355126bed720a18553302bbf 2024-01-18T23:45:59.249 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T23:45:59.249 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T23:45:59.249 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T23:45:59.249 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T23:45:59.249 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T23:45:59.249 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T23:45:59.249 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T23:45:59.249 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T23:45:59.249 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T23:45:59.249 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T23:45:59.249 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T23:45:59.249 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T23:45:59.249 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T23:45:59.249 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T23:45:59.250 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T23:45:59.250 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T23:45:59.250 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T23:45:59.250 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T23:45:59.250 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T23:45:59.250 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T23:45:59.250 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T23:45:59.250 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T23:45:59.250 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T23:45:59.250 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T23:45:59.250 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T23:45:59.250 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T23:45:59.250 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T23:45:59.250 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T23:45:59.251 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T23:45:59.251 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T23:45:59.251 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T23:45:59.251 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T23:45:59.252 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T23:45:59.252 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T23:45:59.252 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T23:45:59.252 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T23:45:59.252 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.table_properties_collectors: 2024-01-18T23:45:59.252 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T23:45:59.252 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T23:45:59.252 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T23:45:59.252 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T23:45:59.252 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T23:45:59.252 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.bloom_locality: 0 2024-01-18T23:45:59.253 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T23:45:59.253 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T23:45:59.253 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T23:45:59.253 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T23:45:59.253 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T23:45:59.253 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.ttl: 2592000 2024-01-18T23:45:59.253 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T23:45:59.253 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi060/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-18T23:45:59.253 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 2024-01-18T23:45:59.253 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-18T23:45:59.253 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 2024-01-18T23:45:59.253 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705621559062480, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-01-18T23:45:59.253 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-01-18T23:45:59.253 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.060+0000 7f60f95ce880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-18T23:45:59.253 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.061+0000 7f60f95ce880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705621559063007, "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": 1705621559, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-18T23:45:59.254 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.061+0000 7f60f95ce880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-01-18T23:45:59.254 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 2024-01-18T23:45:59.254 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.061+0000 7f60f95ce880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705621559063412, "job": 1, "event": "recovery_finished"} 2024-01-18T23:45:59.254 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.062+0000 7f60f95ce880 4 rocksdb: DB pointer 0x55722b3d9800 2024-01-18T23:45:59.254 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.062+0000 7f60e03c1700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T23:45:59.254 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.062+0000 7f60e03c1700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T23:45:59.254 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: ** DB Stats ** 2024-01-18T23:45:59.254 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T23:45:59.254 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-18T23:45:59.254 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-18T23:45:59.254 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T23:45:59.254 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-18T23:45:59.255 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-18T23:45:59.255 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T23:45:59.255 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 2024-01-18T23:45:59.255 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: ** Compaction Stats [default] ** 2024-01-18T23:45:59.255 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T23:45:59.255 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T23:45:59.255 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-01-18T23:45:59.255 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-01-18T23:45:59.255 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-01-18T23:45:59.255 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 2024-01-18T23:45:59.255 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: ** Compaction Stats [default] ** 2024-01-18T23:45:59.255 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T23:45:59.255 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T23:45:59.255 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-01-18T23:45:59.255 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T23:45:59.256 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T23:45:59.256 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T23:45:59.256 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T23:45:59.256 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T23:45:59.256 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T23:45:59.256 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Cumulative compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T23:45:59.256 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Interval compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T23:45:59.256 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T23:45:59.256 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 2024-01-18T23:45:59.256 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T23:45:59.256 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 2024-01-18T23:45:59.256 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: ** Compaction Stats [default] ** 2024-01-18T23:45:59.256 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T23:45:59.256 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T23:45:59.257 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-01-18T23:45:59.257 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-01-18T23:45:59.257 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T23:45:59.257 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 2024-01-18T23:45:59.257 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: ** Compaction Stats [default] ** 2024-01-18T23:45:59.257 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T23:45:59.257 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T23:45:59.257 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-01-18T23:45:59.257 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T23:45:59.257 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T23:45:59.257 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T23:45:59.257 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T23:45:59.257 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T23:45:59.257 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T23:45:59.257 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Cumulative compaction: 0.00 GB write, 0.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T23:45:59.258 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T23:45:59.258 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T23:45:59.258 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 2024-01-18T23:45:59.258 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T23:45:59.258 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 2024-01-18T23:45:59.258 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.062+0000 7f60f95ce880 0 mon.smithi060 does not exist in monmap, will attempt to join an existing cluster 2024-01-18T23:45:59.258 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.062+0000 7f60f95ce880 0 using public_addr v2:172.21.15.60:0/0 -> [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] 2024-01-18T23:45:59.258 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.063+0000 7f60f95ce880 0 starting mon.smithi060 rank -1 at public addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] at bind addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi060 fsid 634b8812-b65b-11ee-95ae-87774f69a715 2024-01-18T23:45:59.258 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.064+0000 7f60f95ce880 1 mon.smithi060@-1(???) e0 preinit fsid 634b8812-b65b-11ee-95ae-87774f69a715 2024-01-18T23:45:59.258 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 systemd[1]: Started Ceph mon.smithi060 for 634b8812-b65b-11ee-95ae-87774f69a715. 2024-01-18T23:45:59.258 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.093+0000 7f60e2bc6700 0 mon.smithi060@-1(synchronizing).mds e1 new map 2024-01-18T23:45:59.258 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.093+0000 7f60e2bc6700 0 mon.smithi060@-1(synchronizing).mds e1 print_map 2024-01-18T23:45:59.258 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: e1 2024-01-18T23:45:59.258 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-18T23:45:59.258 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-18T23:45:59.259 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: legacy client fscid: -1 2024-01-18T23:45:59.259 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 2024-01-18T23:45:59.259 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: No filesystems configured 2024-01-18T23:45:59.259 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 2024-01-18T23:45:59.259 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.093+0000 7f60e2bc6700 1 mon.smithi060@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-18T23:45:59.259 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.093+0000 7f60e2bc6700 1 mon.smithi060@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-18T23:45:59.259 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.093+0000 7f60e2bc6700 1 mon.smithi060@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-18T23:45:59.259 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.093+0000 7f60e2bc6700 1 mon.smithi060@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-18T23:45:59.259 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.093+0000 7f60e2bc6700 1 mon.smithi060@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-18T23:45:59.259 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.093+0000 7f60e2bc6700 1 mon.smithi060@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-18T23:45:59.259 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.093+0000 7f60e2bc6700 1 mon.smithi060@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-18T23:45:59.259 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.093+0000 7f60e2bc6700 0 mon.smithi060@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-18T23:45:59.259 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.093+0000 7f60e2bc6700 0 mon.smithi060@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T23:45:59.259 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.093+0000 7f60e2bc6700 0 mon.smithi060@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T23:45:59.259 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.093+0000 7f60e2bc6700 0 mon.smithi060@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T23:45:59.259 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:45:57.292001+0000 mgr.smithi008.afsosb (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:45:59.260 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:45:58.440170+0000 mon.smithi008 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:45:59.260 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:45:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-18T23:45:59.093+0000 7f60e2bc6700 1 mon.smithi060@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-18T23:46:00.421 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T23:46:00.422 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T23:46:04.577 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:45:59.099630+0000 mon.smithi008 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2024-01-18T23:46:04.578 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:45:59.102128+0000 mon.smithi008 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2024-01-18T23:46:04.578 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:45:59.102291+0000 mon.smithi008 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2024-01-18T23:46:04.578 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:45:59.102521+0000 mon.smithi008 (mon.0) 176 : cluster [INF] mon.smithi008 calling monitor election 2024-01-18T23:46:04.578 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:45:59.292257+0000 mgr.smithi008.afsosb (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:04.578 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:00.099101+0000 mon.smithi008 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2024-01-18T23:46:04.578 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:01.099099+0000 mon.smithi008 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2024-01-18T23:46:04.578 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:01.100067+0000 mon.smithi060 (mon.1) 1 : cluster [INF] mon.smithi060 calling monitor election 2024-01-18T23:46:04.578 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:01.292569+0000 mgr.smithi008.afsosb (mgr.14180) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:04.578 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:01.320654+0000 mon.smithi008 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.60:0/2545210984' entity='mgr.smithi060.chknjn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi060.chknjn/crt"}]: dispatch 2024-01-18T23:46:04.578 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:02.099534+0000 mon.smithi008 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2024-01-18T23:46:04.578 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:03.099555+0000 mon.smithi008 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2024-01-18T23:46:04.578 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:03.292909+0000 mgr.smithi008.afsosb (mgr.14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:04.578 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:04.099639+0000 mon.smithi008 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2024-01-18T23:46:04.578 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:04.127976+0000 mon.smithi008 (mon.0) 183 : cluster [INF] mon.smithi008 is new leader, mons smithi008,smithi060 in quorum (ranks 0,1) 2024-01-18T23:46:04.579 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:04.130789+0000 mon.smithi008 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi008=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],smithi060=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0]} removed_ranks: {} 2024-01-18T23:46:04.579 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:04.142770+0000 mon.smithi008 (mon.0) 185 : cluster [DBG] fsmap 2024-01-18T23:46:04.579 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:04.142818+0000 mon.smithi008 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-18T23:46:04.579 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:04.143061+0000 mon.smithi008 (mon.0) 187 : cluster [DBG] mgrmap e17: smithi008.afsosb(active, since 30s) 2024-01-18T23:46:04.579 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:04.144261+0000 mon.smithi008 (mon.0) 188 : cluster [DBG] Standby manager daemon smithi060.chknjn started 2024-01-18T23:46:04.579 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:04.145402+0000 mon.smithi008 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.60:0/2545210984' entity='mgr.smithi060.chknjn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T23:46:04.579 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:04.146847+0000 mon.smithi008 (mon.0) 190 : cluster [INF] overall HEALTH_OK 2024-01-18T23:46:04.579 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:04.147239+0000 mon.smithi008 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.60:0/2545210984' entity='mgr.smithi060.chknjn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi060.chknjn/key"}]: dispatch 2024-01-18T23:46:04.579 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:04.148883+0000 mon.smithi008 (mon.0) 192 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:04.579 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:04.149084+0000 mon.smithi008 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.60:0/2545210984' entity='mgr.smithi060.chknjn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T23:46:04.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:59.099630+0000 mon.smithi008 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2024-01-18T23:46:04.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:59.102128+0000 mon.smithi008 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2024-01-18T23:46:04.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:45:59.102291+0000 mon.smithi008 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2024-01-18T23:46:04.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:45:59.102521+0000 mon.smithi008 (mon.0) 176 : cluster [INF] mon.smithi008 calling monitor election 2024-01-18T23:46:04.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:45:59.292257+0000 mgr.smithi008.afsosb (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:04.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:00.099101+0000 mon.smithi008 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2024-01-18T23:46:04.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:01.099099+0000 mon.smithi008 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2024-01-18T23:46:04.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:01.100067+0000 mon.smithi060 (mon.1) 1 : cluster [INF] mon.smithi060 calling monitor election 2024-01-18T23:46:04.665 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:01.292569+0000 mgr.smithi008.afsosb (mgr.14180) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:04.665 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:01.320654+0000 mon.smithi008 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.60:0/2545210984' entity='mgr.smithi060.chknjn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi060.chknjn/crt"}]: dispatch 2024-01-18T23:46:04.665 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:02.099534+0000 mon.smithi008 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2024-01-18T23:46:04.665 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:03.099555+0000 mon.smithi008 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2024-01-18T23:46:04.665 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:03.292909+0000 mgr.smithi008.afsosb (mgr.14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:04.665 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:04.099639+0000 mon.smithi008 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2024-01-18T23:46:04.665 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:04.127976+0000 mon.smithi008 (mon.0) 183 : cluster [INF] mon.smithi008 is new leader, mons smithi008,smithi060 in quorum (ranks 0,1) 2024-01-18T23:46:04.665 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:04.130789+0000 mon.smithi008 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi008=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],smithi060=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0]} removed_ranks: {} 2024-01-18T23:46:04.665 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:04.142770+0000 mon.smithi008 (mon.0) 185 : cluster [DBG] fsmap 2024-01-18T23:46:04.665 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:04.142818+0000 mon.smithi008 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-18T23:46:04.665 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:04.143061+0000 mon.smithi008 (mon.0) 187 : cluster [DBG] mgrmap e17: smithi008.afsosb(active, since 30s) 2024-01-18T23:46:04.666 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:04.144261+0000 mon.smithi008 (mon.0) 188 : cluster [DBG] Standby manager daemon smithi060.chknjn started 2024-01-18T23:46:04.666 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:04.145402+0000 mon.smithi008 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.60:0/2545210984' entity='mgr.smithi060.chknjn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T23:46:04.666 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:04.146847+0000 mon.smithi008 (mon.0) 190 : cluster [INF] overall HEALTH_OK 2024-01-18T23:46:04.666 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:04.147239+0000 mon.smithi008 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.60:0/2545210984' entity='mgr.smithi060.chknjn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi060.chknjn/key"}]: dispatch 2024-01-18T23:46:04.666 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:04.148883+0000 mon.smithi008 (mon.0) 192 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:04.666 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:04.149084+0000 mon.smithi008 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.60:0/2545210984' entity='mgr.smithi060.chknjn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T23:46:04.956 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-01-18T23:46:04.956 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":2,"fsid":"634b8812-b65b-11ee-95ae-87774f69a715","modified":"2024-01-18T23:45:59.099271Z","created":"2024-01-18T23:44:04.174443Z","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":"smithi008","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi060","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-18T23:46:04.957 INFO:teuthology.orchestra.run.smithi060.stderr:dumped monmap epoch 2 2024-01-18T23:46:05.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:46:04.150777+0000 mgr.smithi008.afsosb (mgr.14180) 20 : cephadm [INF] Deploying daemon node-exporter.smithi060 on smithi060 2024-01-18T23:46:05.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:04.203270+0000 mon.smithi008 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi008.afsosb(active, since 30s), standbys: smithi060.chknjn 2024-01-18T23:46:05.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:04.203418+0000 mon.smithi008 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mgr metadata", "who": "smithi060.chknjn", "id": "smithi060.chknjn"}]: dispatch 2024-01-18T23:46:05.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:04.953292+0000 mon.smithi008 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.60:0/1110283415' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T23:46:05.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:05.099605+0000 mon.smithi008 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2024-01-18T23:46:05.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:46:04.150777+0000 mgr.smithi008.afsosb (mgr.14180) 20 : cephadm [INF] Deploying daemon node-exporter.smithi060 on smithi060 2024-01-18T23:46:05.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:04.203270+0000 mon.smithi008 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi008.afsosb(active, since 30s), standbys: smithi060.chknjn 2024-01-18T23:46:05.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:04.203418+0000 mon.smithi008 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mgr metadata", "who": "smithi060.chknjn", "id": "smithi060.chknjn"}]: dispatch 2024-01-18T23:46:05.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:04.953292+0000 mon.smithi008 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.60:0/1110283415' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T23:46:05.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:05.099605+0000 mon.smithi008 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2024-01-18T23:46:06.599 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:05.293250+0000 mgr.smithi008.afsosb (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:06.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:05.293250+0000 mgr.smithi008.afsosb (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:07.482 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-18T23:46:07.483 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph config generate-minimal-conf 2024-01-18T23:46:08.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:07.293612+0000 mgr.smithi008.afsosb (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:08.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:07.293612+0000 mgr.smithi008.afsosb (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:08.882 INFO:teuthology.orchestra.run.smithi008.stdout:# minimal ceph.conf for 634b8812-b65b-11ee-95ae-87774f69a715 2024-01-18T23:46:08.882 INFO:teuthology.orchestra.run.smithi008.stdout:[global] 2024-01-18T23:46:08.882 INFO:teuthology.orchestra.run.smithi008.stdout: fsid = 634b8812-b65b-11ee-95ae-87774f69a715 2024-01-18T23:46:08.882 INFO:teuthology.orchestra.run.smithi008.stdout: mon_host = [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] 2024-01-18T23:46:09.299 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-18T23:46:09.339 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-01-18T23:46:09.339 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/ceph/ceph.conf 2024-01-18T23:46:09.371 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-01-18T23:46:09.371 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T23:46:09.441 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-01-18T23:46:09.442 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.conf 2024-01-18T23:46:09.577 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-01-18T23:46:09.577 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T23:46:09.650 INFO:tasks.cephadm:Deploying OSDs... 2024-01-18T23:46:09.650 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-01-18T23:46:09.650 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T23:46:09.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:08.444496+0000 mon.smithi008 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:09.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:08.880742+0000 mon.smithi008 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.8:0/2656853610' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:09.670 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T23:46:09.670 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/nvme1n1 2024-01-18T23:46:09.729 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/nvme1n1 2024-01-18T23:46:09.730 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T23:46:09.730 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 186800 Links: 1 Device type: 103,1 2024-01-18T23:46:09.730 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T23:46:09.730 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T23:46:09.730 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-01-18 23:45:04.981274022 +0000 2024-01-18T23:46:09.730 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-01-18 23:43:29.546282695 +0000 2024-01-18T23:46:09.730 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-01-18 23:43:29.546282695 +0000 2024-01-18T23:46:09.730 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2024-01-18T23:46:09.730 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-18T23:46:09.796 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-01-18T23:46:09.797 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-01-18T23:46:09.797 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000111642 s, 4.6 MB/s 2024-01-18T23:46:09.798 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-18T23:46:09.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:09 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:08.444496+0000 mon.smithi008 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:09.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:09 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:08.880742+0000 mon.smithi008 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.8:0/2656853610' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:09.857 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/nvme2n1 2024-01-18T23:46:09.916 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/nvme2n1 2024-01-18T23:46:09.916 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T23:46:09.916 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 189072 Links: 1 Device type: 103,2 2024-01-18T23:46:09.916 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T23:46:09.916 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T23:46:09.916 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-01-18 23:45:04.991273918 +0000 2024-01-18T23:46:09.916 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-01-18 23:43:29.661281476 +0000 2024-01-18T23:46:09.916 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-01-18 23:43:29.661281476 +0000 2024-01-18T23:46:09.916 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2024-01-18T23:46:09.917 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-18T23:46:09.983 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-01-18T23:46:09.984 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-01-18T23:46:09.984 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000124237 s, 4.1 MB/s 2024-01-18T23:46:09.985 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-18T23:46:10.045 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/nvme3n1 2024-01-18T23:46:10.106 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/nvme3n1 2024-01-18T23:46:10.106 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T23:46:10.106 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 189128 Links: 1 Device type: 103,3 2024-01-18T23:46:10.106 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T23:46:10.106 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T23:46:10.106 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-01-18 23:45:05.001273812 +0000 2024-01-18T23:46:10.106 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-01-18 23:43:29.814279853 +0000 2024-01-18T23:46:10.106 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-01-18 23:43:29.814279853 +0000 2024-01-18T23:46:10.106 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2024-01-18T23:46:10.107 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-18T23:46:10.172 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-01-18T23:46:10.172 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-01-18T23:46:10.172 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.00012385 s, 4.1 MB/s 2024-01-18T23:46:10.173 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-18T23:46:10.233 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/nvme4n1 2024-01-18T23:46:10.292 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/nvme4n1 2024-01-18T23:46:10.292 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T23:46:10.292 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 187016 Links: 1 Device type: 103,4 2024-01-18T23:46:10.292 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T23:46:10.292 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T23:46:10.292 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-01-18 23:45:05.011273707 +0000 2024-01-18T23:46:10.292 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-01-18 23:43:29.966278241 +0000 2024-01-18T23:46:10.292 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-01-18 23:43:29.966278241 +0000 2024-01-18T23:46:10.292 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2024-01-18T23:46:10.293 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-18T23:46:10.357 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-01-18T23:46:10.357 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-01-18T23:46:10.357 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000109444 s, 4.7 MB/s 2024-01-18T23:46:10.358 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-18T23:46:10.418 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-01-18T23:46:10.418 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T23:46:10.440 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T23:46:10.441 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/nvme1n1 2024-01-18T23:46:10.502 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/nvme1n1 2024-01-18T23:46:10.502 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T23:46:10.502 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 186175 Links: 1 Device type: 103,1 2024-01-18T23:46:10.502 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T23:46:10.502 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T23:46:10.502 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-01-18 23:45:48.166094650 +0000 2024-01-18T23:46:10.502 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-01-18 23:43:31.217436778 +0000 2024-01-18T23:46:10.502 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-01-18 23:43:31.217436778 +0000 2024-01-18T23:46:10.503 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-01-18T23:46:10.503 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-18T23:46:10.572 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-01-18T23:46:10.572 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-01-18T23:46:10.572 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.00012571 s, 4.1 MB/s 2024-01-18T23:46:10.573 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-18T23:46:10.633 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/nvme2n1 2024-01-18T23:46:10.692 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/nvme2n1 2024-01-18T23:46:10.692 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T23:46:10.692 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 189602 Links: 1 Device type: 103,2 2024-01-18T23:46:10.693 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T23:46:10.693 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T23:46:10.693 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-01-18 23:45:48.175094561 +0000 2024-01-18T23:46:10.693 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-01-18 23:43:31.367435308 +0000 2024-01-18T23:46:10.693 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-01-18 23:43:31.367435308 +0000 2024-01-18T23:46:10.693 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-01-18T23:46:10.693 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-18T23:46:10.759 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-01-18T23:46:10.760 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-01-18T23:46:10.760 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000119315 s, 4.3 MB/s 2024-01-18T23:46:10.761 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-18T23:46:10.820 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/nvme3n1 2024-01-18T23:46:10.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:09.293871+0000 mgr.smithi008.afsosb (mgr.14180) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:10.866 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/nvme3n1 2024-01-18T23:46:10.866 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T23:46:10.866 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 189619 Links: 1 Device type: 103,3 2024-01-18T23:46:10.866 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T23:46:10.866 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T23:46:10.866 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-01-18 23:45:48.184094473 +0000 2024-01-18T23:46:10.866 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-01-18 23:43:31.513433878 +0000 2024-01-18T23:46:10.867 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-01-18 23:43:31.513433878 +0000 2024-01-18T23:46:10.867 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-01-18T23:46:10.867 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-18T23:46:10.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:09.293871+0000 mgr.smithi008.afsosb (mgr.14180) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:10.932 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-01-18T23:46:10.932 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-01-18T23:46:10.932 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000102513 s, 5.0 MB/s 2024-01-18T23:46:10.933 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-18T23:46:10.992 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/nvme4n1 2024-01-18T23:46:11.050 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/nvme4n1 2024-01-18T23:46:11.050 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T23:46:11.050 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 6h/6d Inode: 189667 Links: 1 Device type: 103,4 2024-01-18T23:46:11.050 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T23:46:11.050 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T23:46:11.050 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-01-18 23:45:48.192094395 +0000 2024-01-18T23:46:11.050 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-01-18 23:43:31.664432399 +0000 2024-01-18T23:46:11.050 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-01-18 23:43:31.664432399 +0000 2024-01-18T23:46:11.051 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: - 2024-01-18T23:46:11.051 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-18T23:46:11.116 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-01-18T23:46:11.116 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-01-18T23:46:11.116 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000124928 s, 4.1 MB/s 2024-01-18T23:46:11.117 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-18T23:46:11.177 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-18T23:46:12.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:11.294149+0000 mgr.smithi008.afsosb (mgr.14180) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:12.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:11.294149+0000 mgr.smithi008.afsosb (mgr.14180) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:13.442 INFO:teuthology.orchestra.run.smithi060.stdout:Scheduled osd.all-available-devices update... 2024-01-18T23:46:13.936 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-18T23:46:13.937 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T23:46:14.285 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:13.135417+0000 mon.smithi008 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:14.285 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:13.137167+0000 mon.smithi008 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:46:14.285 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:13.294399+0000 mgr.smithi008.afsosb (mgr.14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:14.285 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:13.435326+0000 mgr.smithi008.afsosb (mgr.14180) 26 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:46:14.285 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:46:13.436870+0000 mgr.smithi008.afsosb (mgr.14180) 27 : cephadm [INF] Marking host: smithi008 for OSDSpec preview refresh. 2024-01-18T23:46:14.285 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:46:13.436983+0000 mgr.smithi008.afsosb (mgr.14180) 28 : cephadm [INF] Marking host: smithi060 for OSDSpec preview refresh. 2024-01-18T23:46:14.285 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:46:13.437313+0000 mgr.smithi008.afsosb (mgr.14180) 29 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-18T23:46:14.286 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:13.440806+0000 mon.smithi008 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:14.286 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:13.448373+0000 mon.smithi008 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:14.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:13.135417+0000 mon.smithi008 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:14.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:13.137167+0000 mon.smithi008 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:46:14.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:13.294399+0000 mgr.smithi008.afsosb (mgr.14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:14.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:13.435326+0000 mgr.smithi008.afsosb (mgr.14180) 26 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:46:14.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:46:13.436870+0000 mgr.smithi008.afsosb (mgr.14180) 27 : cephadm [INF] Marking host: smithi008 for OSDSpec preview refresh. 2024-01-18T23:46:14.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:46:13.436983+0000 mgr.smithi008.afsosb (mgr.14180) 28 : cephadm [INF] Marking host: smithi060 for OSDSpec preview refresh. 2024-01-18T23:46:14.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:46:13.437313+0000 mgr.smithi008.afsosb (mgr.14180) 29 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-18T23:46:14.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:13.440806+0000 mon.smithi008 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:14.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:13.448373+0000 mon.smithi008 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:15.569 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:14.512480+0000 mon.smithi008 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:15.569 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:14.515990+0000 mon.smithi008 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:15.570 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:14.516592+0000 mon.smithi008 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:15.570 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:14.517167+0000 mon.smithi008 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T23:46:15.570 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:46:14.517998+0000 mgr.smithi008.afsosb (mgr.14180) 30 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.conf 2024-01-18T23:46:15.570 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:46:14.518262+0000 mgr.smithi008.afsosb (mgr.14180) 31 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-01-18T23:46:15.570 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:14.539816+0000 mon.smithi008 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:15.570 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:14.560882+0000 mon.smithi008 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:15.570 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:14.564029+0000 mon.smithi008 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:15.570 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:14.567441+0000 mon.smithi008 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T23:46:15.570 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:14.571435+0000 mon.smithi008 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T23:46:15.570 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:14.572517+0000 mon.smithi008 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T23:46:15.571 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:14.573902+0000 mon.smithi008 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:15.571 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:14.574345+0000 mon.smithi008 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:15.675 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:46:15.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:14.512480+0000 mon.smithi008 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:15.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:14.515990+0000 mon.smithi008 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:15.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:14.516592+0000 mon.smithi008 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:15.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:14.517167+0000 mon.smithi008 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T23:46:15.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:46:14.517998+0000 mgr.smithi008.afsosb (mgr.14180) 30 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.conf 2024-01-18T23:46:15.870 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:46:14.518262+0000 mgr.smithi008.afsosb (mgr.14180) 31 : cephadm [INF] Updating smithi060:/etc/ceph/ceph.conf 2024-01-18T23:46:15.870 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:14.539816+0000 mon.smithi008 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:15.870 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:14.560882+0000 mon.smithi008 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:15.870 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:14.564029+0000 mon.smithi008 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:15.870 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:14.567441+0000 mon.smithi008 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T23:46:15.870 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:14.571435+0000 mon.smithi008 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T23:46:15.870 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:14.572517+0000 mon.smithi008 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T23:46:15.870 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:14.573902+0000 mon.smithi008 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:15.870 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:14.574345+0000 mon.smithi008 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:16.138 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-18T23:46:16.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:15.294610+0000 mgr.smithi008.afsosb (mgr.14180) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:16.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:15.673618+0000 mon.smithi008 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.8:0/2975484458' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:16.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:16.616562+0000 mon.smithi060 (mon.1) 2 : audit [INF] from='client.? 172.21.15.60:0/2841553741' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20595156-4327-48f6-959b-81ed4cdbeacf"}]: dispatch 2024-01-18T23:46:16.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:16.617097+0000 mon.smithi008 (mon.0) 217 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20595156-4327-48f6-959b-81ed4cdbeacf"}]: dispatch 2024-01-18T23:46:16.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:16.620504+0000 mon.smithi008 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "20595156-4327-48f6-959b-81ed4cdbeacf"}]': finished 2024-01-18T23:46:16.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:16.620568+0000 mon.smithi008 (mon.0) 219 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-18T23:46:16.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:16.620683+0000 mon.smithi008 (mon.0) 220 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:17.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:15.294610+0000 mgr.smithi008.afsosb (mgr.14180) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:17.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:15.673618+0000 mon.smithi008 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.8:0/2975484458' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:17.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:16.616562+0000 mon.smithi060 (mon.1) 2 : audit [INF] from='client.? 172.21.15.60:0/2841553741' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20595156-4327-48f6-959b-81ed4cdbeacf"}]: dispatch 2024-01-18T23:46:17.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:16.617097+0000 mon.smithi008 (mon.0) 217 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "20595156-4327-48f6-959b-81ed4cdbeacf"}]: dispatch 2024-01-18T23:46:17.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:16.620504+0000 mon.smithi008 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "20595156-4327-48f6-959b-81ed4cdbeacf"}]': finished 2024-01-18T23:46:17.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:16.620568+0000 mon.smithi008 (mon.0) 219 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-18T23:46:17.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:16.620683+0000 mon.smithi008 (mon.0) 220 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:17.139 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T23:46:17.715 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:17 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:17.328738+0000 mon.smithi008 (mon.0) 221 : audit [INF] from='client.? 172.21.15.8:0/3761085492' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "45f8cdf7-827f-440c-bef0-799e0b54a7f5"}]: dispatch 2024-01-18T23:46:17.715 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:17 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:17.332317+0000 mon.smithi008 (mon.0) 222 : audit [INF] from='client.? 172.21.15.8:0/3761085492' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "45f8cdf7-827f-440c-bef0-799e0b54a7f5"}]': finished 2024-01-18T23:46:17.715 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:17 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:17.332366+0000 mon.smithi008 (mon.0) 223 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-18T23:46:17.715 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:17 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:17.332480+0000 mon.smithi008 (mon.0) 224 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:17.716 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:17 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:17.332739+0000 mon.smithi008 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:18.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:17 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:17.328738+0000 mon.smithi008 (mon.0) 221 : audit [INF] from='client.? 172.21.15.8:0/3761085492' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "45f8cdf7-827f-440c-bef0-799e0b54a7f5"}]: dispatch 2024-01-18T23:46:18.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:17 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:17.332317+0000 mon.smithi008 (mon.0) 222 : audit [INF] from='client.? 172.21.15.8:0/3761085492' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "45f8cdf7-827f-440c-bef0-799e0b54a7f5"}]': finished 2024-01-18T23:46:18.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:17 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:17.332366+0000 mon.smithi008 (mon.0) 223 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-18T23:46:18.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:17 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:17.332480+0000 mon.smithi008 (mon.0) 224 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:18.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:17 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:17.332739+0000 mon.smithi008 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:18.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:17.294842+0000 mgr.smithi008.afsosb (mgr.14180) 33 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:18.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:17.938881+0000 mon.smithi060 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.60:0/2846821217' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T23:46:19.028 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:46:19.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:17.294842+0000 mgr.smithi008.afsosb (mgr.14180) 33 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:19.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:17.938881+0000 mon.smithi060 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.60:0/2846821217' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T23:46:19.414 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1705621577,"num_remapped_pgs":0} 2024-01-18T23:46:19.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:19 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:18.983842+0000 mon.smithi008 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.8:0/1445236960' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T23:46:19.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:19 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:19.026952+0000 mon.smithi008 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.8:0/1595940530' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:20.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:19 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:18.983842+0000 mon.smithi008 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.8:0/1445236960' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T23:46:20.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:19 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:19.026952+0000 mon.smithi008 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.8:0/1595940530' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:20.415 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T23:46:20.759 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:19.295176+0000 mgr.smithi008.afsosb (mgr.14180) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:20.759 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:20.463063+0000 mon.smithi060 (mon.1) 4 : audit [INF] from='client.? 172.21.15.60:0/1945369346' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bbf466a4-48a1-43a3-8083-e41af776b657"}]: dispatch 2024-01-18T23:46:20.759 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:20.463486+0000 mon.smithi008 (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bbf466a4-48a1-43a3-8083-e41af776b657"}]: dispatch 2024-01-18T23:46:20.759 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:20.466629+0000 mon.smithi008 (mon.0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bbf466a4-48a1-43a3-8083-e41af776b657"}]': finished 2024-01-18T23:46:20.759 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:20.466680+0000 mon.smithi008 (mon.0) 230 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-18T23:46:20.759 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:20.466768+0000 mon.smithi008 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:20.759 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:20.466988+0000 mon.smithi008 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:20.760 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:20.467139+0000 mon.smithi008 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:20.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:19.295176+0000 mgr.smithi008.afsosb (mgr.14180) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:20.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:20.463063+0000 mon.smithi060 (mon.1) 4 : audit [INF] from='client.? 172.21.15.60:0/1945369346' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bbf466a4-48a1-43a3-8083-e41af776b657"}]: dispatch 2024-01-18T23:46:20.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:20.463486+0000 mon.smithi008 (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bbf466a4-48a1-43a3-8083-e41af776b657"}]: dispatch 2024-01-18T23:46:20.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:20.466629+0000 mon.smithi008 (mon.0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bbf466a4-48a1-43a3-8083-e41af776b657"}]': finished 2024-01-18T23:46:20.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:20.466680+0000 mon.smithi008 (mon.0) 230 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-18T23:46:20.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:20.466768+0000 mon.smithi008 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:20.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:20.466988+0000 mon.smithi008 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:20.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:20.467139+0000 mon.smithi008 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:21.877 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:46:21.902 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:21.531499+0000 mon.smithi008 (mon.0) 234 : audit [INF] from='client.? 172.21.15.8:0/2803517375' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7a026126-5feb-4e19-afb4-7d59340e3792"}]: dispatch 2024-01-18T23:46:21.903 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:21.534878+0000 mon.smithi008 (mon.0) 235 : audit [INF] from='client.? 172.21.15.8:0/2803517375' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7a026126-5feb-4e19-afb4-7d59340e3792"}]': finished 2024-01-18T23:46:21.903 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:21.534920+0000 mon.smithi008 (mon.0) 236 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-18T23:46:21.903 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:21.535025+0000 mon.smithi008 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:21.903 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:21.535271+0000 mon.smithi008 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:21.903 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:21.535404+0000 mon.smithi008 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:21.903 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:21.535527+0000 mon.smithi008 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:22.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:21.531499+0000 mon.smithi008 (mon.0) 234 : audit [INF] from='client.? 172.21.15.8:0/2803517375' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7a026126-5feb-4e19-afb4-7d59340e3792"}]: dispatch 2024-01-18T23:46:22.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:21.534878+0000 mon.smithi008 (mon.0) 235 : audit [INF] from='client.? 172.21.15.8:0/2803517375' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7a026126-5feb-4e19-afb4-7d59340e3792"}]': finished 2024-01-18T23:46:22.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:21.534920+0000 mon.smithi008 (mon.0) 236 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-18T23:46:22.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:21.535025+0000 mon.smithi008 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:22.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:21.535271+0000 mon.smithi008 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:22.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:21.535404+0000 mon.smithi008 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:22.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:21.535527+0000 mon.smithi008 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:22.443 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1705621581,"num_remapped_pgs":0} 2024-01-18T23:46:22.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:21.295399+0000 mgr.smithi008.afsosb (mgr.14180) 35 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:22.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:21.719364+0000 mon.smithi008 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.60:0/776511738' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T23:46:22.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:21.875452+0000 mon.smithi008 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.8:0/2412978695' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:23.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:21.295399+0000 mgr.smithi008.afsosb (mgr.14180) 35 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:23.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:21.719364+0000 mon.smithi008 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.60:0/776511738' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T23:46:23.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:21.875452+0000 mon.smithi008 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.8:0/2412978695' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:23.444 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T23:46:23.782 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:23 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:23.017297+0000 mon.smithi008 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.8:0/2320352455' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T23:46:24.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:23 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:23.017297+0000 mon.smithi008 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.8:0/2320352455' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T23:46:24.900 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:46:24.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:23.295862+0000 mgr.smithi008.afsosb (mgr.14180) 36 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:24.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:24.246880+0000 mon.smithi060 (mon.1) 5 : audit [INF] from='client.? 172.21.15.60:0/3441198225' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c43538ae-34b6-40d7-aea9-d6edcfa8b01b"}]: dispatch 2024-01-18T23:46:24.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:24.247448+0000 mon.smithi008 (mon.0) 244 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c43538ae-34b6-40d7-aea9-d6edcfa8b01b"}]: dispatch 2024-01-18T23:46:24.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:24.250730+0000 mon.smithi008 (mon.0) 245 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c43538ae-34b6-40d7-aea9-d6edcfa8b01b"}]': finished 2024-01-18T23:46:24.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:24.250775+0000 mon.smithi008 (mon.0) 246 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-18T23:46:24.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:24.250875+0000 mon.smithi008 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:24.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:24.251089+0000 mon.smithi008 (mon.0) 248 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:24.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:24.251243+0000 mon.smithi008 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:24.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:24.251378+0000 mon.smithi008 (mon.0) 250 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:24.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:24.251519+0000 mon.smithi008 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:25.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:23.295862+0000 mgr.smithi008.afsosb (mgr.14180) 36 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:25.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:24.246880+0000 mon.smithi060 (mon.1) 5 : audit [INF] from='client.? 172.21.15.60:0/3441198225' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c43538ae-34b6-40d7-aea9-d6edcfa8b01b"}]: dispatch 2024-01-18T23:46:25.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:24.247448+0000 mon.smithi008 (mon.0) 244 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c43538ae-34b6-40d7-aea9-d6edcfa8b01b"}]: dispatch 2024-01-18T23:46:25.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:24.250730+0000 mon.smithi008 (mon.0) 245 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c43538ae-34b6-40d7-aea9-d6edcfa8b01b"}]': finished 2024-01-18T23:46:25.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:24.250775+0000 mon.smithi008 (mon.0) 246 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-18T23:46:25.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:24.250875+0000 mon.smithi008 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:25.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:24.251089+0000 mon.smithi008 (mon.0) 248 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:25.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:24.251243+0000 mon.smithi008 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:25.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:24.251378+0000 mon.smithi008 (mon.0) 250 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:25.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:24.251519+0000 mon.smithi008 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:25.332 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1705621584,"num_remapped_pgs":0} 2024-01-18T23:46:25.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:24.898725+0000 mon.smithi008 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.8:0/1459119571' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:25.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:25.495306+0000 mon.smithi060 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.60:0/658442272' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T23:46:25.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:25.561786+0000 mon.smithi008 (mon.0) 253 : audit [INF] from='client.? 172.21.15.8:0/2517427693' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "32fd1dae-0cd6-47e0-b24b-807633c550a9"}]: dispatch 2024-01-18T23:46:25.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:25.565028+0000 mon.smithi008 (mon.0) 254 : audit [INF] from='client.? 172.21.15.8:0/2517427693' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "32fd1dae-0cd6-47e0-b24b-807633c550a9"}]': finished 2024-01-18T23:46:25.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:25.565070+0000 mon.smithi008 (mon.0) 255 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-18T23:46:25.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:25.565182+0000 mon.smithi008 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:25.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:25.565574+0000 mon.smithi008 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:25.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:25.565795+0000 mon.smithi008 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:25.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:25.566021+0000 mon.smithi008 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:25.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:25.566248+0000 mon.smithi008 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:25.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:25.566459+0000 mon.smithi008 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:26.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:24.898725+0000 mon.smithi008 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.8:0/1459119571' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:26.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:25.495306+0000 mon.smithi060 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.60:0/658442272' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T23:46:26.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:25.561786+0000 mon.smithi008 (mon.0) 253 : audit [INF] from='client.? 172.21.15.8:0/2517427693' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "32fd1dae-0cd6-47e0-b24b-807633c550a9"}]: dispatch 2024-01-18T23:46:26.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:25.565028+0000 mon.smithi008 (mon.0) 254 : audit [INF] from='client.? 172.21.15.8:0/2517427693' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "32fd1dae-0cd6-47e0-b24b-807633c550a9"}]': finished 2024-01-18T23:46:26.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:25.565070+0000 mon.smithi008 (mon.0) 255 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-18T23:46:26.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:25.565182+0000 mon.smithi008 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:26.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:25.565574+0000 mon.smithi008 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:26.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:25.565795+0000 mon.smithi008 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:26.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:25.566021+0000 mon.smithi008 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:26.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:25.566248+0000 mon.smithi008 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:26.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:25.566459+0000 mon.smithi008 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:26.333 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T23:46:26.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:25.296103+0000 mgr.smithi008.afsosb (mgr.14180) 37 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:27.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:25.296103+0000 mgr.smithi008.afsosb (mgr.14180) 37 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:27.741 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:46:27.950 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:27 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:26.828933+0000 mon.smithi008 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.8:0/922761545' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T23:46:28.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:27 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:26.828933+0000 mon.smithi008 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.8:0/922761545' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T23:46:28.154 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1705621585,"num_remapped_pgs":0} 2024-01-18T23:46:29.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:27.296445+0000 mgr.smithi008.afsosb (mgr.14180) 38 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:29.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:27.740134+0000 mon.smithi008 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.8:0/3597919228' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:29.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:28.022712+0000 mon.smithi060 (mon.1) 7 : audit [INF] from='client.? 172.21.15.60:0/4098894524' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2f98516-1b8c-4fda-92ab-ca3e835d1e9d"}]: dispatch 2024-01-18T23:46:29.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:28.023344+0000 mon.smithi008 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2f98516-1b8c-4fda-92ab-ca3e835d1e9d"}]: dispatch 2024-01-18T23:46:29.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:28.026645+0000 mon.smithi008 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a2f98516-1b8c-4fda-92ab-ca3e835d1e9d"}]': finished 2024-01-18T23:46:29.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:28.026722+0000 mon.smithi008 (mon.0) 266 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-18T23:46:29.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:28.026837+0000 mon.smithi008 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:29.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:28.027109+0000 mon.smithi008 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:29.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:28.027266+0000 mon.smithi008 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:29.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:28.027397+0000 mon.smithi008 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:29.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:28.027522+0000 mon.smithi008 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:29.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:28.027650+0000 mon.smithi008 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:29.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:28.027777+0000 mon.smithi008 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:29.156 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T23:46:29.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:27.296445+0000 mgr.smithi008.afsosb (mgr.14180) 38 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:29.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:27.740134+0000 mon.smithi008 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.8:0/3597919228' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:29.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:28.022712+0000 mon.smithi060 (mon.1) 7 : audit [INF] from='client.? 172.21.15.60:0/4098894524' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2f98516-1b8c-4fda-92ab-ca3e835d1e9d"}]: dispatch 2024-01-18T23:46:29.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:28.023344+0000 mon.smithi008 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2f98516-1b8c-4fda-92ab-ca3e835d1e9d"}]: dispatch 2024-01-18T23:46:29.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:28.026645+0000 mon.smithi008 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a2f98516-1b8c-4fda-92ab-ca3e835d1e9d"}]': finished 2024-01-18T23:46:29.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:28.026722+0000 mon.smithi008 (mon.0) 266 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-18T23:46:29.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:28.026837+0000 mon.smithi008 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:29.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:28.027109+0000 mon.smithi008 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:29.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:28.027266+0000 mon.smithi008 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:29.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:28.027397+0000 mon.smithi008 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:29.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:28.027522+0000 mon.smithi008 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:29.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:28.027650+0000 mon.smithi008 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:29.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:28.027777+0000 mon.smithi008 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:29.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:29.322214+0000 mon.smithi060 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.60:0/3937195307' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T23:46:29.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:29.371077+0000 mon.smithi008 (mon.0) 274 : audit [INF] from='client.? 172.21.15.8:0/1057342780' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6d52622-24b1-480d-9bd5-0aa3b00d7bfc"}]: dispatch 2024-01-18T23:46:29.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:29.374710+0000 mon.smithi008 (mon.0) 275 : audit [INF] from='client.? 172.21.15.8:0/1057342780' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6d52622-24b1-480d-9bd5-0aa3b00d7bfc"}]': finished 2024-01-18T23:46:29.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:29.374774+0000 mon.smithi008 (mon.0) 276 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-18T23:46:29.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:29.374903+0000 mon.smithi008 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:29.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:29.375287+0000 mon.smithi008 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:29.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:29.375493+0000 mon.smithi008 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:29.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:29.375707+0000 mon.smithi008 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:29.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:29.375933+0000 mon.smithi008 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:29.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:29.376134+0000 mon.smithi008 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:29.799 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:29.376372+0000 mon.smithi008 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:29.799 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:29.376578+0000 mon.smithi008 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:30.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:29.322214+0000 mon.smithi060 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.60:0/3937195307' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T23:46:30.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:29.371077+0000 mon.smithi008 (mon.0) 274 : audit [INF] from='client.? 172.21.15.8:0/1057342780' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6d52622-24b1-480d-9bd5-0aa3b00d7bfc"}]: dispatch 2024-01-18T23:46:30.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:29.374710+0000 mon.smithi008 (mon.0) 275 : audit [INF] from='client.? 172.21.15.8:0/1057342780' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6d52622-24b1-480d-9bd5-0aa3b00d7bfc"}]': finished 2024-01-18T23:46:30.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:29.374774+0000 mon.smithi008 (mon.0) 276 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-18T23:46:30.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:29.374903+0000 mon.smithi008 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:30.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:29.375287+0000 mon.smithi008 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:30.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:29.375493+0000 mon.smithi008 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:30.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:29.375707+0000 mon.smithi008 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:30.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:29.375933+0000 mon.smithi008 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:30.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:29.376134+0000 mon.smithi008 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:30.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:29.376372+0000 mon.smithi008 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:30.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:29.376578+0000 mon.smithi008 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:30.946 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:46:30.968 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:29.296667+0000 mgr.smithi008.afsosb (mgr.14180) 39 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:31.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:29.296667+0000 mgr.smithi008.afsosb (mgr.14180) 39 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:31.346 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705621589,"num_remapped_pgs":0} 2024-01-18T23:46:31.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:31 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:30.921906+0000 mon.smithi008 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.8:0/2270737089' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T23:46:31.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:31 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:30.944756+0000 mon.smithi008 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.8:0/2261170710' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:32.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:31 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:30.921906+0000 mon.smithi008 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.8:0/2270737089' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T23:46:32.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:31 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:30.944756+0000 mon.smithi008 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.8:0/2261170710' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:32.347 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T23:46:32.953 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:32 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:31.297044+0000 mgr.smithi008.afsosb (mgr.14180) 40 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:33.049 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:32 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:31.297044+0000 mgr.smithi008.afsosb (mgr.14180) 40 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:34.055 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:46:34.854 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705621589,"num_remapped_pgs":0} 2024-01-18T23:46:34.941 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:33.297267+0000 mgr.smithi008.afsosb (mgr.14180) 41 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:34.941 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:33.888601+0000 mon.smithi008 (mon.0) 287 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T23:46:34.941 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:33.889279+0000 mon.smithi008 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:34.941 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:34.053563+0000 mon.smithi008 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.8:0/2546132107' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:34.964 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:33.297267+0000 mgr.smithi008.afsosb (mgr.14180) 41 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:34.964 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:33.888601+0000 mon.smithi008 (mon.0) 287 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T23:46:34.964 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:33.889279+0000 mon.smithi008 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:34.964 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:34.053563+0000 mon.smithi008 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.8:0/2546132107' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:35.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:35 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:46:33.889935+0000 mgr.smithi008.afsosb (mgr.14180) 42 : cephadm [INF] Deploying daemon osd.0 on smithi060 2024-01-18T23:46:35.855 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T23:46:36.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:46:33.889935+0000 mgr.smithi008.afsosb (mgr.14180) 42 : cephadm [INF] Deploying daemon osd.0 on smithi060 2024-01-18T23:46:36.986 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:35.297629+0000 mgr.smithi008.afsosb (mgr.14180) 43 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:36.986 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:35.746138+0000 mon.smithi008 (mon.0) 290 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T23:46:36.986 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:35.746721+0000 mon.smithi008 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:36.986 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:46:35.747197+0000 mgr.smithi008.afsosb (mgr.14180) 44 : cephadm [INF] Deploying daemon osd.1 on smithi008 2024-01-18T23:46:37.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:35.297629+0000 mgr.smithi008.afsosb (mgr.14180) 43 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:37.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:35.746138+0000 mon.smithi008 (mon.0) 290 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T23:46:37.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:35.746721+0000 mon.smithi008 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:37.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:46:35.747197+0000 mgr.smithi008.afsosb (mgr.14180) 44 : cephadm [INF] Deploying daemon osd.1 on smithi008 2024-01-18T23:46:37.739 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:46:38.199 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705621589,"num_remapped_pgs":0} 2024-01-18T23:46:38.386 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:37.297944+0000 mgr.smithi008.afsosb (mgr.14180) 45 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:38.386 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:37.324943+0000 mon.smithi008 (mon.0) 292 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:38.386 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:37.325587+0000 mon.smithi008 (mon.0) 293 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T23:46:38.386 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:37.326156+0000 mon.smithi008 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:38.386 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:46:37.326670+0000 mgr.smithi008.afsosb (mgr.14180) 46 : cephadm [INF] Deploying daemon osd.2 on smithi060 2024-01-18T23:46:38.386 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:37.737811+0000 mon.smithi008 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.8:0/488896555' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:38.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:37.297944+0000 mgr.smithi008.afsosb (mgr.14180) 45 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:38.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:37.324943+0000 mon.smithi008 (mon.0) 292 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:38.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:37.325587+0000 mon.smithi008 (mon.0) 293 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T23:46:38.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:37.326156+0000 mon.smithi008 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:38.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:46:37.326670+0000 mgr.smithi008.afsosb (mgr.14180) 46 : cephadm [INF] Deploying daemon osd.2 on smithi060 2024-01-18T23:46:38.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:37.737811+0000 mon.smithi008 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.8:0/488896555' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:39.200 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T23:46:40.815 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:39.298182+0000 mgr.smithi008.afsosb (mgr.14180) 47 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:40.816 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:40.515644+0000 mon.smithi060 (mon.1) 9 : audit [INF] from='osd.0 [v2:172.21.15.60:6800/2331479034,v1:172.21.15.60:6801/2331479034]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T23:46:40.816 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:40.516145+0000 mon.smithi008 (mon.0) 296 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T23:46:40.816 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:40.529052+0000 mon.smithi008 (mon.0) 297 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:40.816 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:40.529947+0000 mon.smithi008 (mon.0) 298 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-18T23:46:40.816 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:40.530545+0000 mon.smithi008 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:40.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:39.298182+0000 mgr.smithi008.afsosb (mgr.14180) 47 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:40.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:40.515644+0000 mon.smithi060 (mon.1) 9 : audit [INF] from='osd.0 [v2:172.21.15.60:6800/2331479034,v1:172.21.15.60:6801/2331479034]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T23:46:40.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:40.516145+0000 mon.smithi008 (mon.0) 296 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T23:46:40.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:40.529052+0000 mon.smithi008 (mon.0) 297 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:40.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:40.529947+0000 mon.smithi008 (mon.0) 298 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-18T23:46:40.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:40.530545+0000 mon.smithi008 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:41.050 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:46:41.551 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705621589,"num_remapped_pgs":0} 2024-01-18T23:46:41.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:46:40.531078+0000 mgr.smithi008.afsosb (mgr.14180) 48 : cephadm [INF] Deploying daemon osd.3 on smithi008 2024-01-18T23:46:41.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:40.656958+0000 mon.smithi008 (mon.0) 300 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-18T23:46:41.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:40.657007+0000 mon.smithi008 (mon.0) 301 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-18T23:46:41.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:40.657127+0000 mon.smithi008 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:41.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:40.657520+0000 mon.smithi008 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:41.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:40.657567+0000 mon.smithi060 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.60:6800/2331479034,v1:172.21.15.60:6801/2331479034]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-01-18T23:46:41.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:40.657742+0000 mon.smithi008 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:41.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:40.658052+0000 mon.smithi008 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:41.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:40.658389+0000 mon.smithi008 (mon.0) 306 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-01-18T23:46:41.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:40.658716+0000 mon.smithi008 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:41.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:40.658959+0000 mon.smithi008 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:41.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:40.659212+0000 mon.smithi008 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:41.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:40.659450+0000 mon.smithi008 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:41.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:40.906743+0000 mon.smithi008 (mon.0) 311 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:41.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:40.907386+0000 mon.smithi008 (mon.0) 312 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-18T23:46:41.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:40.907966+0000 mon.smithi008 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:41.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:41.049421+0000 mon.smithi008 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.8:0/2462620209' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:41.966 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:46:40.531078+0000 mgr.smithi008.afsosb (mgr.14180) 48 : cephadm [INF] Deploying daemon osd.3 on smithi008 2024-01-18T23:46:41.966 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:40.656958+0000 mon.smithi008 (mon.0) 300 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-18T23:46:41.966 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:40.657007+0000 mon.smithi008 (mon.0) 301 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-18T23:46:41.966 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:40.657127+0000 mon.smithi008 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:41.966 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:40.657520+0000 mon.smithi008 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:41.966 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:40.657567+0000 mon.smithi060 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.60:6800/2331479034,v1:172.21.15.60:6801/2331479034]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-01-18T23:46:41.966 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:40.657742+0000 mon.smithi008 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:41.966 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:40.658052+0000 mon.smithi008 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:41.966 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:40.658389+0000 mon.smithi008 (mon.0) 306 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-01-18T23:46:41.967 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:40.658716+0000 mon.smithi008 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:41.967 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:40.658959+0000 mon.smithi008 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:41.967 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:40.659212+0000 mon.smithi008 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:41.967 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:40.659450+0000 mon.smithi008 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:41.967 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:40.906743+0000 mon.smithi008 (mon.0) 311 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:41.967 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:40.907386+0000 mon.smithi008 (mon.0) 312 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-18T23:46:41.967 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:40.907966+0000 mon.smithi008 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:41.967 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:41.049421+0000 mon.smithi008 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.8:0/2462620209' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:42.552 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T23:46:42.845 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:46:40.908485+0000 mgr.smithi008.afsosb (mgr.14180) 49 : cephadm [INF] Deploying daemon osd.4 on smithi060 2024-01-18T23:46:42.845 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:41.298405+0000 mgr.smithi008.afsosb (mgr.14180) 50 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:42.845 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:41.658357+0000 mon.smithi008 (mon.0) 315 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-01-18T23:46:42.845 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:41.658414+0000 mon.smithi008 (mon.0) 316 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-18T23:46:42.845 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:41.658696+0000 mon.smithi008 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:42.845 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:41.658929+0000 mon.smithi008 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:42.845 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:41.659079+0000 mon.smithi008 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:42.846 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:41.659255+0000 mon.smithi008 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:42.846 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:41.662030+0000 mon.smithi008 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:42.846 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:41.662175+0000 mon.smithi008 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:42.846 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:41.662355+0000 mon.smithi008 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:42.846 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:41.662514+0000 mon.smithi008 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:42.846 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:41.662684+0000 mon.smithi008 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:42.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:46:40.908485+0000 mgr.smithi008.afsosb (mgr.14180) 49 : cephadm [INF] Deploying daemon osd.4 on smithi060 2024-01-18T23:46:42.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:41.298405+0000 mgr.smithi008.afsosb (mgr.14180) 50 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:42.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:41.658357+0000 mon.smithi008 (mon.0) 315 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-01-18T23:46:42.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:41.658414+0000 mon.smithi008 (mon.0) 316 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-18T23:46:42.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:41.658696+0000 mon.smithi008 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:42.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:41.658929+0000 mon.smithi008 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:42.869 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:41.659079+0000 mon.smithi008 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:42.870 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:41.659255+0000 mon.smithi008 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:42.870 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:41.662030+0000 mon.smithi008 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:42.870 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:41.662175+0000 mon.smithi008 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:42.870 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:41.662355+0000 mon.smithi008 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:42.870 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:41.662514+0000 mon.smithi008 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:42.870 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:41.662684+0000 mon.smithi008 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:43.860 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:41.539027+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T23:46:43.860 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:41.539131+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T23:46:43.860 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:42.663989+0000 mon.smithi008 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:43.861 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:42.665946+0000 mon.smithi008 (mon.0) 327 : cluster [INF] osd.0 [v2:172.21.15.60:6800/2331479034,v1:172.21.15.60:6801/2331479034] boot 2024-01-18T23:46:43.861 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:42.665981+0000 mon.smithi008 (mon.0) 328 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-18T23:46:43.861 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:42.666060+0000 mon.smithi008 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:43.861 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:42.666379+0000 mon.smithi008 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:43.861 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:42.666542+0000 mon.smithi008 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:43.861 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:42.666706+0000 mon.smithi008 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:43.861 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:42.666869+0000 mon.smithi008 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:43.861 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:42.667019+0000 mon.smithi008 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:43.861 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:42.667173+0000 mon.smithi008 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:43.861 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:42.667377+0000 mon.smithi008 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:44.076 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:41.539027+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T23:46:44.077 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:41.539131+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T23:46:44.077 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:42.663989+0000 mon.smithi008 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:44.077 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:42.665946+0000 mon.smithi008 (mon.0) 327 : cluster [INF] osd.0 [v2:172.21.15.60:6800/2331479034,v1:172.21.15.60:6801/2331479034] boot 2024-01-18T23:46:44.077 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:42.665981+0000 mon.smithi008 (mon.0) 328 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-18T23:46:44.077 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:42.666060+0000 mon.smithi008 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T23:46:44.077 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:42.666379+0000 mon.smithi008 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:44.077 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:42.666542+0000 mon.smithi008 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:44.077 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:42.666706+0000 mon.smithi008 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:44.077 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:42.666869+0000 mon.smithi008 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:44.077 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:42.667019+0000 mon.smithi008 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:44.077 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:42.667173+0000 mon.smithi008 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:44.077 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:42.667377+0000 mon.smithi008 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:44.242 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:46:44.770 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:43.298605+0000 mgr.smithi008.afsosb (mgr.14180) 51 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:44.770 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:43.668530+0000 mon.smithi008 (mon.0) 337 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-18T23:46:44.770 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:43.668655+0000 mon.smithi008 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:44.770 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:43.668889+0000 mon.smithi008 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:44.770 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:43.669046+0000 mon.smithi008 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:44.770 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:43.669205+0000 mon.smithi008 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:44.770 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:43.669348+0000 mon.smithi008 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:44.770 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:43.669506+0000 mon.smithi008 (mon.0) 343 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:44.770 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:43.669653+0000 mon.smithi008 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:44.770 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:43.751118+0000 mon.smithi008 (mon.0) 345 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/1283158993,v1:172.21.15.8:6803/1283158993]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T23:46:44.771 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:44.078290+0000 mon.smithi060 (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.60:6808/2956983427,v1:172.21.15.60:6809/2956983427]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T23:46:44.771 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:44.078671+0000 mon.smithi008 (mon.0) 346 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T23:46:44.771 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:44.240269+0000 mon.smithi008 (mon.0) 347 : audit [DBG] from='client.? 172.21.15.8:0/2167222504' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:44.771 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:44.383353+0000 mon.smithi008 (mon.0) 348 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:44.771 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:44.383963+0000 mon.smithi008 (mon.0) 349 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-18T23:46:44.771 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:44.384534+0000 mon.smithi008 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:44.772 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1705621602,"num_in_osds":8,"osd_in_since":1705621589,"num_remapped_pgs":0} 2024-01-18T23:46:44.973 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:43.298605+0000 mgr.smithi008.afsosb (mgr.14180) 51 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T23:46:44.973 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:43.668530+0000 mon.smithi008 (mon.0) 337 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-18T23:46:44.973 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:43.668655+0000 mon.smithi008 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:44.973 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:43.668889+0000 mon.smithi008 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:44.973 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:43.669046+0000 mon.smithi008 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:44.973 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:43.669205+0000 mon.smithi008 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:44.973 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:43.669348+0000 mon.smithi008 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:44.973 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:43.669506+0000 mon.smithi008 (mon.0) 343 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:44.973 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:43.669653+0000 mon.smithi008 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:44.973 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:43.751118+0000 mon.smithi008 (mon.0) 345 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/1283158993,v1:172.21.15.8:6803/1283158993]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T23:46:44.973 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:44.078290+0000 mon.smithi060 (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.60:6808/2956983427,v1:172.21.15.60:6809/2956983427]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T23:46:44.973 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:44.078671+0000 mon.smithi008 (mon.0) 346 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T23:46:44.974 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:44.240269+0000 mon.smithi008 (mon.0) 347 : audit [DBG] from='client.? 172.21.15.8:0/2167222504' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:44.974 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:44.383353+0000 mon.smithi008 (mon.0) 348 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:44.974 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:44.383963+0000 mon.smithi008 (mon.0) 349 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-18T23:46:44.974 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:44.384534+0000 mon.smithi008 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:45.772 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T23:46:45.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:46:44.385023+0000 mgr.smithi008.afsosb (mgr.14180) 52 : cephadm [INF] Deploying daemon osd.6 on smithi060 2024-01-18T23:46:45.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:44.669987+0000 mon.smithi008 (mon.0) 351 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/1283158993,v1:172.21.15.8:6803/1283158993]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-18T23:46:45.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:44.670062+0000 mon.smithi008 (mon.0) 352 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-18T23:46:45.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:44.670134+0000 mon.smithi008 (mon.0) 353 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-18T23:46:45.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:44.670416+0000 mon.smithi008 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:45.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:44.670686+0000 mon.smithi008 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:45.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:44.670744+0000 mon.smithi060 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.60:6808/2956983427,v1:172.21.15.60:6809/2956983427]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-01-18T23:46:45.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:44.670881+0000 mon.smithi008 (mon.0) 356 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/1283158993,v1:172.21.15.8:6803/1283158993]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-01-18T23:46:45.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:44.673738+0000 mon.smithi008 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:45.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:44.673924+0000 mon.smithi008 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:45.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:44.674128+0000 mon.smithi008 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:45.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:44.674339+0000 mon.smithi008 (mon.0) 360 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-01-18T23:46:45.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:44.674522+0000 mon.smithi008 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:45.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:44.674675+0000 mon.smithi008 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:45.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:45.238357+0000 mon.smithi008 (mon.0) 363 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:45.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:45.239011+0000 mon.smithi008 (mon.0) 364 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-18T23:46:45.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:45.239591+0000 mon.smithi008 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:45.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:46:44.385023+0000 mgr.smithi008.afsosb (mgr.14180) 52 : cephadm [INF] Deploying daemon osd.6 on smithi060 2024-01-18T23:46:45.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:44.669987+0000 mon.smithi008 (mon.0) 351 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/1283158993,v1:172.21.15.8:6803/1283158993]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-18T23:46:45.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:44.670062+0000 mon.smithi008 (mon.0) 352 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-18T23:46:45.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:44.670134+0000 mon.smithi008 (mon.0) 353 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-18T23:46:45.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:44.670416+0000 mon.smithi008 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:45.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:44.670686+0000 mon.smithi008 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:45.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:44.670744+0000 mon.smithi060 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.60:6808/2956983427,v1:172.21.15.60:6809/2956983427]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-01-18T23:46:45.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:44.670881+0000 mon.smithi008 (mon.0) 356 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/1283158993,v1:172.21.15.8:6803/1283158993]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-01-18T23:46:45.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:44.673738+0000 mon.smithi008 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:45.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:44.673924+0000 mon.smithi008 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:45.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:44.674128+0000 mon.smithi008 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:45.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:44.674339+0000 mon.smithi008 (mon.0) 360 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-01-18T23:46:45.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:44.674522+0000 mon.smithi008 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:45.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:44.674675+0000 mon.smithi008 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:45.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:45.238357+0000 mon.smithi008 (mon.0) 363 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:45.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:45.239011+0000 mon.smithi008 (mon.0) 364 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-18T23:46:45.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:45.239591+0000 mon.smithi008 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:46.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:46:45.240072+0000 mgr.smithi008.afsosb (mgr.14180) 53 : cephadm [INF] Deploying daemon osd.5 on smithi008 2024-01-18T23:46:46.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:45.298854+0000 mgr.smithi008.afsosb (mgr.14180) 54 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T23:46:46.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:45.671394+0000 mon.smithi008 (mon.0) 366 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/1283158993,v1:172.21.15.8:6803/1283158993]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-01-18T23:46:46.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:45.671478+0000 mon.smithi008 (mon.0) 367 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-01-18T23:46:46.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:45.671558+0000 mon.smithi008 (mon.0) 368 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-18T23:46:46.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:45.671673+0000 mon.smithi008 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:46.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:45.672322+0000 mon.smithi008 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:46.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:45.672836+0000 mon.smithi008 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:46.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:45.676544+0000 mon.smithi008 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:46.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:45.676709+0000 mon.smithi008 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:46.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:45.676920+0000 mon.smithi008 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:46.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:45.677157+0000 mon.smithi008 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:46.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:45.677434+0000 mon.smithi008 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:46.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:45.677652+0000 mon.smithi008 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:46.876 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:46:45.240072+0000 mgr.smithi008.afsosb (mgr.14180) 53 : cephadm [INF] Deploying daemon osd.5 on smithi008 2024-01-18T23:46:46.876 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:45.298854+0000 mgr.smithi008.afsosb (mgr.14180) 54 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T23:46:46.876 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:45.671394+0000 mon.smithi008 (mon.0) 366 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/1283158993,v1:172.21.15.8:6803/1283158993]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-01-18T23:46:46.876 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:45.671478+0000 mon.smithi008 (mon.0) 367 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-01-18T23:46:46.876 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:45.671558+0000 mon.smithi008 (mon.0) 368 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-18T23:46:46.876 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:45.671673+0000 mon.smithi008 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:46.876 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:45.672322+0000 mon.smithi008 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:46.876 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:45.672836+0000 mon.smithi008 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:46.877 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:45.676544+0000 mon.smithi008 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:46.877 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:45.676709+0000 mon.smithi008 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:46.877 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:45.676920+0000 mon.smithi008 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:46.877 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:45.677157+0000 mon.smithi008 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:46.877 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:45.677434+0000 mon.smithi008 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:46.877 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:45.677652+0000 mon.smithi008 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:47.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:44.797253+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T23:46:47.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:44.797297+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T23:46:47.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:45.040871+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T23:46:47.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:45.040917+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T23:46:47.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:46.678103+0000 mon.smithi008 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:47.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:46.678452+0000 mon.smithi008 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:47.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:46.680722+0000 mon.smithi008 (mon.0) 380 : cluster [INF] osd.2 [v2:172.21.15.60:6808/2956983427,v1:172.21.15.60:6809/2956983427] boot 2024-01-18T23:46:47.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:46.680764+0000 mon.smithi008 (mon.0) 381 : cluster [INF] osd.1 [v2:172.21.15.8:6802/1283158993,v1:172.21.15.8:6803/1283158993] boot 2024-01-18T23:46:47.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:46.680810+0000 mon.smithi008 (mon.0) 382 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-18T23:46:47.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:46.681061+0000 mon.smithi008 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:47.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:46.681334+0000 mon.smithi008 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:47.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:46.681580+0000 mon.smithi008 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:47.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:46.681739+0000 mon.smithi008 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:47.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:46.681905+0000 mon.smithi008 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:47.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:46.682062+0000 mon.smithi008 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:47.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:46.682240+0000 mon.smithi008 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:47.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:46.682437+0000 mon.smithi008 (mon.0) 390 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-18T23:46:47.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:47.598552+0000 mon.smithi060 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.60:6816/2199559537,v1:172.21.15.60:6817/2199559537]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T23:46:47.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:47.598952+0000 mon.smithi008 (mon.0) 391 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T23:46:47.911 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:46:47.940 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:44.797253+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T23:46:47.940 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:44.797297+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T23:46:47.940 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:45.040871+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T23:46:47.940 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:45.040917+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T23:46:47.940 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:46.678103+0000 mon.smithi008 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:47.940 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:46.678452+0000 mon.smithi008 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:47.940 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:46.680722+0000 mon.smithi008 (mon.0) 380 : cluster [INF] osd.2 [v2:172.21.15.60:6808/2956983427,v1:172.21.15.60:6809/2956983427] boot 2024-01-18T23:46:47.940 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:46.680764+0000 mon.smithi008 (mon.0) 381 : cluster [INF] osd.1 [v2:172.21.15.8:6802/1283158993,v1:172.21.15.8:6803/1283158993] boot 2024-01-18T23:46:47.940 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:46.680810+0000 mon.smithi008 (mon.0) 382 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-18T23:46:47.940 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:46.681061+0000 mon.smithi008 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T23:46:47.941 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:46.681334+0000 mon.smithi008 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T23:46:47.941 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:46.681580+0000 mon.smithi008 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:47.941 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:46.681739+0000 mon.smithi008 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:47.941 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:46.681905+0000 mon.smithi008 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:47.941 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:46.682062+0000 mon.smithi008 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:47.941 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:46.682240+0000 mon.smithi008 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:47.941 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:46.682437+0000 mon.smithi008 (mon.0) 390 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-18T23:46:47.941 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:47.598552+0000 mon.smithi060 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.60:6816/2199559537,v1:172.21.15.60:6817/2199559537]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T23:46:47.941 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:47.598952+0000 mon.smithi008 (mon.0) 391 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T23:46:48.380 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":21,"num_osds":8,"num_up_osds":3,"osd_up_since":1705621606,"num_in_osds":8,"osd_in_since":1705621589,"num_remapped_pgs":0} 2024-01-18T23:46:48.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:47.299087+0000 mgr.smithi008.afsosb (mgr.14180) 55 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T23:46:48.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:47.688046+0000 mon.smithi008 (mon.0) 392 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-18T23:46:48.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:47.688105+0000 mon.smithi008 (mon.0) 393 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-18T23:46:48.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:47.688179+0000 mon.smithi008 (mon.0) 394 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-18T23:46:48.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:47.688346+0000 mon.smithi008 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:48.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:47.688776+0000 mon.smithi060 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.60:6816/2199559537,v1:172.21.15.60:6817/2199559537]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-01-18T23:46:48.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:47.688798+0000 mon.smithi008 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:48.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:47.689035+0000 mon.smithi008 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:48.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:47.689317+0000 mon.smithi008 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:48.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:47.689726+0000 mon.smithi008 (mon.0) 399 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-01-18T23:46:48.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:47.690132+0000 mon.smithi008 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:48.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:47.690782+0000 mon.smithi008 (mon.0) 401 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T23:46:48.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:47.909001+0000 mon.smithi060 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.8:0/3069525747' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:48.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:47.932383+0000 mon.smithi008 (mon.0) 402 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:48.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:48.420073+0000 mon.smithi008 (mon.0) 403 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/805616779,v1:172.21.15.8:6811/805616779]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-18T23:46:49.031 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:47.299087+0000 mgr.smithi008.afsosb (mgr.14180) 55 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T23:46:49.031 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:47.688046+0000 mon.smithi008 (mon.0) 392 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-18T23:46:49.031 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:47.688105+0000 mon.smithi008 (mon.0) 393 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-18T23:46:49.031 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:47.688179+0000 mon.smithi008 (mon.0) 394 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-18T23:46:49.031 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:47.688346+0000 mon.smithi008 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:49.031 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:47.688776+0000 mon.smithi060 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.60:6816/2199559537,v1:172.21.15.60:6817/2199559537]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-01-18T23:46:49.031 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:47.688798+0000 mon.smithi008 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:49.032 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:47.689035+0000 mon.smithi008 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:49.032 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:47.689317+0000 mon.smithi008 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:49.032 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:47.689726+0000 mon.smithi008 (mon.0) 399 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-01-18T23:46:49.032 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:47.690132+0000 mon.smithi008 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:49.032 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:47.690782+0000 mon.smithi008 (mon.0) 401 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T23:46:49.032 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:47.909001+0000 mon.smithi060 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.8:0/3069525747' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:49.032 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:47.932383+0000 mon.smithi008 (mon.0) 402 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:49.032 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:48.420073+0000 mon.smithi008 (mon.0) 403 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/805616779,v1:172.21.15.8:6811/805616779]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-18T23:46:49.381 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T23:46:49.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:48.688740+0000 mon.smithi008 (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-01-18T23:46:49.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:48.688833+0000 mon.smithi008 (mon.0) 405 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-18T23:46:49.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:48.688905+0000 mon.smithi008 (mon.0) 406 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/805616779,v1:172.21.15.8:6811/805616779]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-18T23:46:49.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:48.688964+0000 mon.smithi008 (mon.0) 407 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-18T23:46:49.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:48.689280+0000 mon.smithi008 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:49.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:48.689547+0000 mon.smithi008 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:49.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:48.689771+0000 mon.smithi008 (mon.0) 410 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/805616779,v1:172.21.15.8:6811/805616779]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-01-18T23:46:49.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:48.690004+0000 mon.smithi008 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:49.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:48.692929+0000 mon.smithi008 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:49.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:48.693202+0000 mon.smithi008 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:49.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:48.693398+0000 mon.smithi008 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:49.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:49.267091+0000 mon.smithi008 (mon.0) 415 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:49.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:49.267797+0000 mon.smithi008 (mon.0) 416 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-18T23:46:49.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:49.268351+0000 mon.smithi008 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:49.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:48.688740+0000 mon.smithi008 (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-01-18T23:46:49.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:48.688833+0000 mon.smithi008 (mon.0) 405 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-18T23:46:49.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:48.688905+0000 mon.smithi008 (mon.0) 406 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/805616779,v1:172.21.15.8:6811/805616779]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-18T23:46:49.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:48.688964+0000 mon.smithi008 (mon.0) 407 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-18T23:46:49.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:48.689280+0000 mon.smithi008 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:49.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:48.689547+0000 mon.smithi008 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:49.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:48.689771+0000 mon.smithi008 (mon.0) 410 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/805616779,v1:172.21.15.8:6811/805616779]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-01-18T23:46:49.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:48.690004+0000 mon.smithi008 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:49.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:48.692929+0000 mon.smithi008 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:49.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:48.693202+0000 mon.smithi008 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:49.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:48.693398+0000 mon.smithi008 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:49.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:49.267091+0000 mon.smithi008 (mon.0) 415 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:49.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:49.267797+0000 mon.smithi008 (mon.0) 416 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-18T23:46:49.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:49.268351+0000 mon.smithi008 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:50.900 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:48.619170+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T23:46:50.900 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:48.619250+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T23:46:50.900 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:46:49.268823+0000 mgr.smithi008.afsosb (mgr.14180) 56 : cephadm [INF] Deploying daemon osd.7 on smithi008 2024-01-18T23:46:50.900 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:49.299541+0000 mgr.smithi008.afsosb (mgr.14180) 57 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-18T23:46:50.900 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:49.691515+0000 mon.smithi008 (mon.0) 418 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/805616779,v1:172.21.15.8:6811/805616779]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-01-18T23:46:50.900 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:49.691580+0000 mon.smithi008 (mon.0) 419 : cluster [INF] osd.4 [v2:172.21.15.60:6816/2199559537,v1:172.21.15.60:6817/2199559537] boot 2024-01-18T23:46:50.900 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:49.691609+0000 mon.smithi008 (mon.0) 420 : cluster [DBG] osdmap e23: 8 total, 4 up, 8 in 2024-01-18T23:46:50.900 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:49.691753+0000 mon.smithi008 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:50.900 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:49.692760+0000 mon.smithi008 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:50.900 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:49.693571+0000 mon.smithi008 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:50.900 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:49.693784+0000 mon.smithi008 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:50.901 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:49.693953+0000 mon.smithi008 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:50.901 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:49.696888+0000 mon.smithi008 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:50.901 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:49.913389+0000 mon.smithi008 (mon.0) 427 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:50.901 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:50.692377+0000 mon.smithi008 (mon.0) 428 : cluster [INF] osd.3 [v2:172.21.15.8:6810/805616779,v1:172.21.15.8:6811/805616779] boot 2024-01-18T23:46:50.901 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:50.692411+0000 mon.smithi008 (mon.0) 429 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-01-18T23:46:50.901 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:50.692672+0000 mon.smithi008 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:50.901 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:50.692904+0000 mon.smithi008 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:50.901 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:50.693081+0000 mon.smithi008 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:50.901 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:50.693305+0000 mon.smithi008 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:51.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:48.619170+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T23:46:51.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:48.619250+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T23:46:51.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:46:49.268823+0000 mgr.smithi008.afsosb (mgr.14180) 56 : cephadm [INF] Deploying daemon osd.7 on smithi008 2024-01-18T23:46:51.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:49.299541+0000 mgr.smithi008.afsosb (mgr.14180) 57 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-18T23:46:51.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:49.691515+0000 mon.smithi008 (mon.0) 418 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/805616779,v1:172.21.15.8:6811/805616779]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-01-18T23:46:51.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:49.691580+0000 mon.smithi008 (mon.0) 419 : cluster [INF] osd.4 [v2:172.21.15.60:6816/2199559537,v1:172.21.15.60:6817/2199559537] boot 2024-01-18T23:46:51.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:49.691609+0000 mon.smithi008 (mon.0) 420 : cluster [DBG] osdmap e23: 8 total, 4 up, 8 in 2024-01-18T23:46:51.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:49.691753+0000 mon.smithi008 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:51.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:49.692760+0000 mon.smithi008 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T23:46:51.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:49.693571+0000 mon.smithi008 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:51.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:49.693784+0000 mon.smithi008 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:51.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:49.693953+0000 mon.smithi008 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:51.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:49.696888+0000 mon.smithi008 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:51.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:49.913389+0000 mon.smithi008 (mon.0) 427 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:51.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:50.692377+0000 mon.smithi008 (mon.0) 428 : cluster [INF] osd.3 [v2:172.21.15.8:6810/805616779,v1:172.21.15.8:6811/805616779] boot 2024-01-18T23:46:51.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:50.692411+0000 mon.smithi008 (mon.0) 429 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-01-18T23:46:51.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:50.692672+0000 mon.smithi008 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T23:46:51.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:50.692904+0000 mon.smithi008 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:51.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:50.693081+0000 mon.smithi008 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:51.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:50.693305+0000 mon.smithi008 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:51.343 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:46:51.950 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:49.372360+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T23:46:51.951 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:49.372426+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T23:46:51.951 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:51.104666+0000 mon.smithi060 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.60:6824/3605228199,v1:172.21.15.60:6825/3605228199]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T23:46:51.951 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:51.105122+0000 mon.smithi008 (mon.0) 434 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T23:46:51.951 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:51.342331+0000 mon.smithi008 (mon.0) 435 : audit [DBG] from='client.? 172.21.15.8:0/2883925440' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:51.951 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:51.693711+0000 mon.smithi008 (mon.0) 436 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-18T23:46:51.951 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:51.693791+0000 mon.smithi008 (mon.0) 437 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-01-18T23:46:51.951 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:51.693936+0000 mon.smithi008 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:51.951 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:51.694234+0000 mon.smithi008 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:51.951 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:51.694490+0000 mon.smithi008 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:51.951 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:51.694963+0000 mon.smithi060 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.60:6824/3605228199,v1:172.21.15.60:6825/3605228199]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-01-18T23:46:51.951 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:51.695329+0000 mon.smithi008 (mon.0) 441 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-01-18T23:46:52.002 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":24,"num_osds":8,"num_up_osds":5,"osd_up_since":1705621610,"num_in_osds":8,"osd_in_since":1705621589,"num_remapped_pgs":1} 2024-01-18T23:46:52.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:51 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:49.372360+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T23:46:52.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:51 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:49.372426+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T23:46:52.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:51 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:51.104666+0000 mon.smithi060 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.60:6824/3605228199,v1:172.21.15.60:6825/3605228199]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T23:46:52.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:51 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:51.105122+0000 mon.smithi008 (mon.0) 434 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T23:46:52.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:51 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:51.342331+0000 mon.smithi008 (mon.0) 435 : audit [DBG] from='client.? 172.21.15.8:0/2883925440' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:52.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:51 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:51.693711+0000 mon.smithi008 (mon.0) 436 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-18T23:46:52.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:51 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:51.693791+0000 mon.smithi008 (mon.0) 437 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-01-18T23:46:52.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:51 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:51.693936+0000 mon.smithi008 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:52.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:51 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:51.694234+0000 mon.smithi008 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:52.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:51 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:51.694490+0000 mon.smithi008 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:52.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:51 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:51.694963+0000 mon.smithi060 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.60:6824/3605228199,v1:172.21.15.60:6825/3605228199]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-01-18T23:46:52.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:51 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:51.695329+0000 mon.smithi008 (mon.0) 441 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-01-18T23:46:53.004 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T23:46:53.011 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:51.299856+0000 mgr.smithi008.afsosb (mgr.14180) 58 : cluster [DBG] pgmap v52: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-18T23:46:53.011 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:52.475553+0000 mon.smithi008 (mon.0) 442 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/99026658,v1:172.21.15.8:6819/99026658]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T23:46:53.011 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:52.695223+0000 mon.smithi008 (mon.0) 443 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-01-18T23:46:53.011 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:52.695307+0000 mon.smithi008 (mon.0) 444 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/99026658,v1:172.21.15.8:6819/99026658]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-18T23:46:53.011 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:52.695350+0000 mon.smithi008 (mon.0) 445 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-01-18T23:46:53.011 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:52.695457+0000 mon.smithi008 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:53.011 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:52.695807+0000 mon.smithi008 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:53.012 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:52.695970+0000 mon.smithi008 (mon.0) 448 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/99026658,v1:172.21.15.8:6819/99026658]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-01-18T23:46:53.012 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:52.696301+0000 mon.smithi008 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:53.012 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:52.699132+0000 mon.smithi008 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:53.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:51.299856+0000 mgr.smithi008.afsosb (mgr.14180) 58 : cluster [DBG] pgmap v52: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-18T23:46:53.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:52.475553+0000 mon.smithi008 (mon.0) 442 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/99026658,v1:172.21.15.8:6819/99026658]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T23:46:53.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:52.695223+0000 mon.smithi008 (mon.0) 443 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-01-18T23:46:53.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:52.695307+0000 mon.smithi008 (mon.0) 444 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/99026658,v1:172.21.15.8:6819/99026658]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-18T23:46:53.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:52.695350+0000 mon.smithi008 (mon.0) 445 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-01-18T23:46:53.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:52.695457+0000 mon.smithi008 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:53.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:52.695807+0000 mon.smithi008 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:53.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:52.695970+0000 mon.smithi008 (mon.0) 448 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/99026658,v1:172.21.15.8:6819/99026658]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-01-18T23:46:53.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:52.696301+0000 mon.smithi008 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:53.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:52.699132+0000 mon.smithi008 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:54.735 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:52.119207+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T23:46:54.735 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:52.119268+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T23:46:54.735 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:53.300285+0000 mgr.smithi008.afsosb (mgr.14180) 59 : cluster [DBG] pgmap v55: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-18T23:46:54.735 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:53.696879+0000 mon.smithi008 (mon.0) 451 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/99026658,v1:172.21.15.8:6819/99026658]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-01-18T23:46:54.735 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:53.696931+0000 mon.smithi008 (mon.0) 452 : cluster [INF] osd.6 [v2:172.21.15.60:6824/3605228199,v1:172.21.15.60:6825/3605228199] boot 2024-01-18T23:46:54.735 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:53.696961+0000 mon.smithi008 (mon.0) 453 : cluster [DBG] osdmap e27: 8 total, 6 up, 8 in 2024-01-18T23:46:54.735 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:53.697062+0000 mon.smithi008 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:54.736 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:53.697379+0000 mon.smithi008 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:54.736 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:53.697940+0000 mon.smithi008 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:54.736 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:53.700953+0000 mon.smithi008 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:54.736 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:53.907871+0000 mon.smithi008 (mon.0) 458 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:54.741 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:46:55.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:52.119207+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T23:46:55.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:52.119268+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T23:46:55.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:53.300285+0000 mgr.smithi008.afsosb (mgr.14180) 59 : cluster [DBG] pgmap v55: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-18T23:46:55.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:53.696879+0000 mon.smithi008 (mon.0) 451 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/99026658,v1:172.21.15.8:6819/99026658]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-01-18T23:46:55.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:53.696931+0000 mon.smithi008 (mon.0) 452 : cluster [INF] osd.6 [v2:172.21.15.60:6824/3605228199,v1:172.21.15.60:6825/3605228199] boot 2024-01-18T23:46:55.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:53.696961+0000 mon.smithi008 (mon.0) 453 : cluster [DBG] osdmap e27: 8 total, 6 up, 8 in 2024-01-18T23:46:55.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:53.697062+0000 mon.smithi008 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:55.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:53.697379+0000 mon.smithi008 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T23:46:55.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:53.697940+0000 mon.smithi008 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:55.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:53.700953+0000 mon.smithi008 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:55.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:53.907871+0000 mon.smithi008 (mon.0) 458 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:55.260 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":28,"num_osds":8,"num_up_osds":7,"osd_up_since":1705621614,"num_in_osds":8,"osd_in_since":1705621589,"num_remapped_pgs":0} 2024-01-18T23:46:56.022 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:53.440210+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T23:46:56.022 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:53.440289+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T23:46:56.022 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:54.700389+0000 mon.smithi008 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:56.022 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:54.708185+0000 mon.smithi008 (mon.0) 460 : cluster [INF] osd.5 [v2:172.21.15.8:6818/99026658,v1:172.21.15.8:6819/99026658] boot 2024-01-18T23:46:56.022 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:54.708221+0000 mon.smithi008 (mon.0) 461 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-01-18T23:46:56.023 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:54.708549+0000 mon.smithi008 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:56.023 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:54.708814+0000 mon.smithi008 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:56.023 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:54.740289+0000 mon.smithi008 (mon.0) 464 : audit [DBG] from='client.? 172.21.15.8:0/2974157691' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:56.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:53.440210+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T23:46:56.178 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:53.440289+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T23:46:56.178 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:54.700389+0000 mon.smithi008 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:56.178 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:54.708185+0000 mon.smithi008 (mon.0) 460 : cluster [INF] osd.5 [v2:172.21.15.8:6818/99026658,v1:172.21.15.8:6819/99026658] boot 2024-01-18T23:46:56.178 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:54.708221+0000 mon.smithi008 (mon.0) 461 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-01-18T23:46:56.179 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:54.708549+0000 mon.smithi008 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T23:46:56.179 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:54.708814+0000 mon.smithi008 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:56.179 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:54.740289+0000 mon.smithi008 (mon.0) 464 : audit [DBG] from='client.? 172.21.15.8:0/2974157691' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:56.261 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T23:46:56.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:55.300556+0000 mgr.smithi008.afsosb (mgr.14180) 60 : cluster [DBG] pgmap v58: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T23:46:56.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:55.711225+0000 mon.smithi008 (mon.0) 465 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-01-18T23:46:56.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:55.711361+0000 mon.smithi008 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:56.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:56.222154+0000 mon.smithi008 (mon.0) 467 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:56.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:56.223146+0000 mon.smithi008 (mon.0) 468 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T23:46:56.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:56.223767+0000 mon.smithi008 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T23:46:56.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:56.224272+0000 mon.smithi008 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:57.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:56 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:55.300556+0000 mgr.smithi008.afsosb (mgr.14180) 60 : cluster [DBG] pgmap v58: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T23:46:57.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:56 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:55.711225+0000 mon.smithi008 (mon.0) 465 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-01-18T23:46:57.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:56 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:55.711361+0000 mon.smithi008 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:57.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:56 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:56.222154+0000 mon.smithi008 (mon.0) 467 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:57.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:56 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:56.223146+0000 mon.smithi008 (mon.0) 468 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T23:46:57.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:56 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:56.223767+0000 mon.smithi008 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T23:46:57.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:56 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:56.224272+0000 mon.smithi008 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:57.912 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:46:56.222904+0000 mgr.smithi008.afsosb (mgr.14180) 61 : cephadm [INF] Reconfiguring mon.smithi008 (unknown last config time)... 2024-01-18T23:46:57.912 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:46:56.224768+0000 mgr.smithi008.afsosb (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon mon.smithi008 on smithi008 2024-01-18T23:46:57.912 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:57.107129+0000 mon.smithi060 (mon.1) 18 : audit [INF] from='osd.7 [v2:172.21.15.8:6826/2075848704,v1:172.21.15.8:6827/2075848704]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-18T23:46:57.912 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:57.107525+0000 mon.smithi008 (mon.0) 471 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-18T23:46:57.912 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:57.362108+0000 mon.smithi008 (mon.0) 472 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:57.912 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:57.362956+0000 mon.smithi008 (mon.0) 473 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi008.afsosb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T23:46:57.912 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:57.363641+0000 mon.smithi008 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T23:46:57.912 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:57.364167+0000 mon.smithi008 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:58.087 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:46:58.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:57 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:46:56.222904+0000 mgr.smithi008.afsosb (mgr.14180) 61 : cephadm [INF] Reconfiguring mon.smithi008 (unknown last config time)... 2024-01-18T23:46:58.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:57 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:46:56.224768+0000 mgr.smithi008.afsosb (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon mon.smithi008 on smithi008 2024-01-18T23:46:58.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:57 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:57.107129+0000 mon.smithi060 (mon.1) 18 : audit [INF] from='osd.7 [v2:172.21.15.8:6826/2075848704,v1:172.21.15.8:6827/2075848704]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-18T23:46:58.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:57 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:57.107525+0000 mon.smithi008 (mon.0) 471 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-18T23:46:58.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:57 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:57.362108+0000 mon.smithi008 (mon.0) 472 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:58.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:57 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:57.362956+0000 mon.smithi008 (mon.0) 473 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi008.afsosb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T23:46:58.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:57 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:57.363641+0000 mon.smithi008 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T23:46:58.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:57 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:57.364167+0000 mon.smithi008 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:46:58.598 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":30,"num_osds":8,"num_up_osds":7,"osd_up_since":1705621614,"num_in_osds":8,"osd_in_since":1705621589,"num_remapped_pgs":0} 2024-01-18T23:46:58.816 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:57.300975+0000 mgr.smithi008.afsosb (mgr.14180) 63 : cluster [DBG] pgmap v60: 1 pgs: 1 creating+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T23:46:58.816 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:46:57.362719+0000 mgr.smithi008.afsosb (mgr.14180) 64 : cephadm [INF] Reconfiguring mgr.smithi008.afsosb (unknown last config time)... 2024-01-18T23:46:58.816 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:46:57.364649+0000 mgr.smithi008.afsosb (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon mgr.smithi008.afsosb on smithi008 2024-01-18T23:46:58.816 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:57.717628+0000 mon.smithi008 (mon.0) 476 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-18T23:46:58.816 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:57.717684+0000 mon.smithi008 (mon.0) 477 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-01-18T23:46:58.816 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:57.717938+0000 mon.smithi008 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:58.817 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:57.718333+0000 mon.smithi060 (mon.1) 19 : audit [INF] from='osd.7 [v2:172.21.15.8:6826/2075848704,v1:172.21.15.8:6827/2075848704]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-01-18T23:46:58.817 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:57.718650+0000 mon.smithi008 (mon.0) 479 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-01-18T23:46:58.817 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:58.085670+0000 mon.smithi008 (mon.0) 480 : audit [DBG] from='client.? 172.21.15.8:0/4077271676' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:58.817 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:58.392566+0000 mon.smithi008 (mon.0) 481 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:59.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:57.300975+0000 mgr.smithi008.afsosb (mgr.14180) 63 : cluster [DBG] pgmap v60: 1 pgs: 1 creating+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T23:46:59.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:46:57.362719+0000 mgr.smithi008.afsosb (mgr.14180) 64 : cephadm [INF] Reconfiguring mgr.smithi008.afsosb (unknown last config time)... 2024-01-18T23:46:59.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:46:57.364649+0000 mgr.smithi008.afsosb (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon mgr.smithi008.afsosb on smithi008 2024-01-18T23:46:59.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:57.717628+0000 mon.smithi008 (mon.0) 476 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-18T23:46:59.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:57.717684+0000 mon.smithi008 (mon.0) 477 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-01-18T23:46:59.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:57.717938+0000 mon.smithi008 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:46:59.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:57.718333+0000 mon.smithi060 (mon.1) 19 : audit [INF] from='osd.7 [v2:172.21.15.8:6826/2075848704,v1:172.21.15.8:6827/2075848704]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-01-18T23:46:59.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:57.718650+0000 mon.smithi008 (mon.0) 479 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-01-18T23:46:59.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:58.085670+0000 mon.smithi008 (mon.0) 480 : audit [DBG] from='client.? 172.21.15.8:0/4077271676' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:46:59.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:58.392566+0000 mon.smithi008 (mon.0) 481 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:46:59.599 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T23:47:00.049 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:46:58.393250+0000 mgr.smithi008.afsosb (mgr.14180) 66 : cephadm [INF] Reconfiguring alertmanager.smithi008 (dependencies changed)... 2024-01-18T23:47:00.049 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:46:58.399346+0000 mgr.smithi008.afsosb (mgr.14180) 67 : cephadm [INF] Reconfiguring daemon alertmanager.smithi008 on smithi008 2024-01-18T23:47:00.049 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:58.718362+0000 mon.smithi008 (mon.0) 482 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-01-18T23:47:00.049 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:58.718428+0000 mon.smithi008 (mon.0) 483 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2024-01-18T23:47:00.049 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:58.718709+0000 mon.smithi008 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:47:00.049 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:58.722699+0000 mon.smithi008 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:47:00.049 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:59.656905+0000 mon.smithi008 (mon.0) 486 : cluster [INF] osd.7 [v2:172.21.15.8:6826/2075848704,v1:172.21.15.8:6827/2075848704] boot 2024-01-18T23:47:00.049 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:59.656954+0000 mon.smithi008 (mon.0) 487 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-18T23:47:00.049 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:46:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:46:59.657203+0000 mon.smithi008 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:47:00.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:46:58.393250+0000 mgr.smithi008.afsosb (mgr.14180) 66 : cephadm [INF] Reconfiguring alertmanager.smithi008 (dependencies changed)... 2024-01-18T23:47:00.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:46:58.399346+0000 mgr.smithi008.afsosb (mgr.14180) 67 : cephadm [INF] Reconfiguring daemon alertmanager.smithi008 on smithi008 2024-01-18T23:47:00.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:58.718362+0000 mon.smithi008 (mon.0) 482 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-01-18T23:47:00.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:58.718428+0000 mon.smithi008 (mon.0) 483 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2024-01-18T23:47:00.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:58.718709+0000 mon.smithi008 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:47:00.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:58.722699+0000 mon.smithi008 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:47:00.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:59.656905+0000 mon.smithi008 (mon.0) 486 : cluster [INF] osd.7 [v2:172.21.15.8:6826/2075848704,v1:172.21.15.8:6827/2075848704] boot 2024-01-18T23:47:00.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:59.656954+0000 mon.smithi008 (mon.0) 487 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-18T23:47:00.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:46:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:46:59.657203+0000 mon.smithi008 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T23:47:01.074 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:58.134589+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T23:47:01.075 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:58.134645+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T23:47:01.075 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:46:59.301333+0000 mgr.smithi008.afsosb (mgr.14180) 68 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T23:47:01.075 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:00.661698+0000 mon.smithi008 (mon.0) 489 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-18T23:47:01.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:58.134589+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T23:47:01.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:58.134645+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T23:47:01.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:46:59.301333+0000 mgr.smithi008.afsosb (mgr.14180) 68 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T23:47:01.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:00.661698+0000 mon.smithi008 (mon.0) 489 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-18T23:47:01.643 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:47:01.940 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:01 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:01.641057+0000 mon.smithi008 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.8:0/1487388050' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:47:01.940 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:01 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:01.663023+0000 mon.smithi008 (mon.0) 491 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-18T23:47:02.067 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":33,"num_osds":8,"num_up_osds":8,"osd_up_since":1705621619,"num_in_osds":8,"osd_in_since":1705621589,"num_remapped_pgs":0} 2024-01-18T23:47:02.067 INFO:tasks.cephadm:Setting up client nodes... 2024-01-18T23:47:02.068 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-18T23:47:02.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:01 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:01.641057+0000 mon.smithi008 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.8:0/1487388050' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T23:47:02.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:01 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:01.663023+0000 mon.smithi008 (mon.0) 491 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-18T23:47:02.965 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:01.301667+0000 mgr.smithi008.afsosb (mgr.14180) 69 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:02.965 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:02.054796+0000 mon.smithi008 (mon.0) 492 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:02.966 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:02.055790+0000 mon.smithi008 (mon.0) 493 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi008", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T23:47:02.966 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:02.056514+0000 mon.smithi008 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:47:03.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:01.301667+0000 mgr.smithi008.afsosb (mgr.14180) 69 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:03.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:02.054796+0000 mon.smithi008 (mon.0) 492 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:03.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:02.055790+0000 mon.smithi008 (mon.0) 493 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi008", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T23:47:03.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:02.056514+0000 mon.smithi008 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:47:03.904 INFO:teuthology.orchestra.run.smithi008.stdout:[client.0] 2024-01-18T23:47:03.905 INFO:teuthology.orchestra.run.smithi008.stdout: key = AQB3uKllYxKuNRAALpYgTM16q4L7lz2R/zUB1A== 2024-01-18T23:47:04.016 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:03 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:47:02.055511+0000 mgr.smithi008.afsosb (mgr.14180) 70 : cephadm [INF] Reconfiguring crash.smithi008 (monmap changed)... 2024-01-18T23:47:04.016 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:03 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:47:02.057007+0000 mgr.smithi008.afsosb (mgr.14180) 71 : cephadm [INF] Reconfiguring daemon crash.smithi008 on smithi008 2024-01-18T23:47:04.016 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:03 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:03.216801+0000 mon.smithi008 (mon.0) 495 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:04.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:03 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:47:02.055511+0000 mgr.smithi008.afsosb (mgr.14180) 70 : cephadm [INF] Reconfiguring crash.smithi008 (monmap changed)... 2024-01-18T23:47:04.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:03 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:47:02.057007+0000 mgr.smithi008.afsosb (mgr.14180) 71 : cephadm [INF] Reconfiguring daemon crash.smithi008 on smithi008 2024-01-18T23:47:04.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:03 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:03.216801+0000 mon.smithi008 (mon.0) 495 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:04.468 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-01-18T23:47:04.469 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-18T23:47:04.469 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-18T23:47:04.511 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-18T23:47:04.816 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:47:03.217459+0000 mgr.smithi008.afsosb (mgr.14180) 72 : cephadm [INF] Reconfiguring grafana.smithi008 (dependencies changed)... 2024-01-18T23:47:04.816 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:47:03.248841+0000 mgr.smithi008.afsosb (mgr.14180) 73 : cephadm [INF] Reconfiguring daemon grafana.smithi008 on smithi008 2024-01-18T23:47:04.816 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:03.302241+0000 mgr.smithi008.afsosb (mgr.14180) 74 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:04.816 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:03.900451+0000 mon.smithi008 (mon.0) 496 : audit [INF] from='client.? 172.21.15.8:0/948260343' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T23:47:04.816 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:03.903697+0000 mon.smithi008 (mon.0) 497 : audit [INF] from='client.? 172.21.15.8:0/948260343' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T23:47:04.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:47:03.217459+0000 mgr.smithi008.afsosb (mgr.14180) 72 : cephadm [INF] Reconfiguring grafana.smithi008 (dependencies changed)... 2024-01-18T23:47:04.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:47:03.248841+0000 mgr.smithi008.afsosb (mgr.14180) 73 : cephadm [INF] Reconfiguring daemon grafana.smithi008 on smithi008 2024-01-18T23:47:04.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:03.302241+0000 mgr.smithi008.afsosb (mgr.14180) 74 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:04.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:03.900451+0000 mon.smithi008 (mon.0) 496 : audit [INF] from='client.? 172.21.15.8:0/948260343' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T23:47:04.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:03.903697+0000 mon.smithi008 (mon.0) 497 : audit [INF] from='client.? 172.21.15.8:0/948260343' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T23:47:06.029 INFO:teuthology.orchestra.run.smithi060.stdout:[client.1] 2024-01-18T23:47:06.029 INFO:teuthology.orchestra.run.smithi060.stdout: key = AQB6uKll3JN1ARAArcuMQmiVzZwpFuzcKVDZlw== 2024-01-18T23:47:06.400 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-01-18T23:47:06.400 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-18T23:47:06.400 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-18T23:47:06.444 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T23:47:06.994 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:07.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:05.302560+0000 mgr.smithi008.afsosb (mgr.14180) 75 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:07.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:05.990664+0000 mon.smithi008 (mon.0) 498 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:07.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:06.023744+0000 mon.smithi060 (mon.1) 20 : audit [INF] from='client.? 172.21.15.60:0/790167813' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T23:47:07.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:06.024252+0000 mon.smithi008 (mon.0) 499 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T23:47:07.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:06.027729+0000 mon.smithi008 (mon.0) 500 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T23:47:07.135 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:05.302560+0000 mgr.smithi008.afsosb (mgr.14180) 75 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:07.135 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:05.990664+0000 mon.smithi008 (mon.0) 498 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:07.135 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:06.023744+0000 mon.smithi060 (mon.1) 20 : audit [INF] from='client.? 172.21.15.60:0/790167813' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T23:47:07.135 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:06.024252+0000 mon.smithi008 (mon.0) 499 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T23:47:07.135 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:06.027729+0000 mon.smithi008 (mon.0) 500 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T23:47:08.050 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:47:05.991506+0000 mgr.smithi008.afsosb (mgr.14180) 76 : cephadm [INF] Reconfiguring prometheus.smithi008 (dependencies changed)... 2024-01-18T23:47:08.050 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:47:05.994918+0000 mgr.smithi008.afsosb (mgr.14180) 77 : cephadm [INF] Reconfiguring daemon prometheus.smithi008 on smithi008 2024-01-18T23:47:08.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:07 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:47:05.991506+0000 mgr.smithi008.afsosb (mgr.14180) 76 : cephadm [INF] Reconfiguring prometheus.smithi008 (dependencies changed)... 2024-01-18T23:47:08.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:07 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:47:05.994918+0000 mgr.smithi008.afsosb (mgr.14180) 77 : cephadm [INF] Reconfiguring daemon prometheus.smithi008 on smithi008 2024-01-18T23:47:08.546 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:47:08.546 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":34,"fsid":"634b8812-b65b-11ee-95ae-87774f69a715","created":"2024-01-18T23:44:06.112068+0000","modified":"2024-01-18T23:47:01.659559+0000","last_up_change":"2024-01-18T23:46:59.653485+0000","last_in_change":"2024-01-18T23:46:29.371620+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-18T23:46:47.122140+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":"27","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":"20595156-4327-48f6-959b-81ed4cdbeacf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6800","nonce":2331479034},{"type":"v1","addr":"172.21.15.60:6801","nonce":2331479034}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":2331479034},{"type":"v1","addr":"172.21.15.60:6803","nonce":2331479034}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":2331479034},{"type":"v1","addr":"172.21.15.60:6807","nonce":2331479034}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":2331479034},{"type":"v1","addr":"172.21.15.60:6805","nonce":2331479034}]},"public_addr":"172.21.15.60:6801/2331479034","cluster_addr":"172.21.15.60:6803/2331479034","heartbeat_back_addr":"172.21.15.60:6807/2331479034","heartbeat_front_addr":"172.21.15.60:6805/2331479034","state":["exists","up"]},{"osd":1,"uuid":"45f8cdf7-827f-440c-bef0-799e0b54a7f5","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.8:6802","nonce":1283158993},{"type":"v1","addr":"172.21.15.8:6803","nonce":1283158993}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":1283158993},{"type":"v1","addr":"172.21.15.8:6805","nonce":1283158993}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":1283158993},{"type":"v1","addr":"172.21.15.8:6809","nonce":1283158993}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":1283158993},{"type":"v1","addr":"172.21.15.8:6807","nonce":1283158993}]},"public_addr":"172.21.15.8:6803/1283158993","cluster_addr":"172.21.15.8:6805/1283158993","heartbeat_back_addr":"172.21.15.8:6809/1283158993","heartbeat_front_addr":"172.21.15.8:6807/1283158993","state":["exists","up"]},{"osd":2,"uuid":"bbf466a4-48a1-43a3-8083-e41af776b657","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":2956983427},{"type":"v1","addr":"172.21.15.60:6809","nonce":2956983427}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6810","nonce":2956983427},{"type":"v1","addr":"172.21.15.60:6811","nonce":2956983427}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6814","nonce":2956983427},{"type":"v1","addr":"172.21.15.60:6815","nonce":2956983427}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6812","nonce":2956983427},{"type":"v1","addr":"172.21.15.60:6813","nonce":2956983427}]},"public_addr":"172.21.15.60:6809/2956983427","cluster_addr":"172.21.15.60:6811/2956983427","heartbeat_back_addr":"172.21.15.60:6815/2956983427","heartbeat_front_addr":"172.21.15.60:6813/2956983427","state":["exists","up"]},{"osd":3,"uuid":"7a026126-5feb-4e19-afb4-7d59340e3792","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6810","nonce":805616779},{"type":"v1","addr":"172.21.15.8:6811","nonce":805616779}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6812","nonce":805616779},{"type":"v1","addr":"172.21.15.8:6813","nonce":805616779}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6816","nonce":805616779},{"type":"v1","addr":"172.21.15.8:6817","nonce":805616779}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6814","nonce":805616779},{"type":"v1","addr":"172.21.15.8:6815","nonce":805616779}]},"public_addr":"172.21.15.8:6811/805616779","cluster_addr":"172.21.15.8:6813/805616779","heartbeat_back_addr":"172.21.15.8:6817/805616779","heartbeat_front_addr":"172.21.15.8:6815/805616779","state":["exists","up"]},{"osd":4,"uuid":"c43538ae-34b6-40d7-aea9-d6edcfa8b01b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6816","nonce":2199559537},{"type":"v1","addr":"172.21.15.60:6817","nonce":2199559537}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6818","nonce":2199559537},{"type":"v1","addr":"172.21.15.60:6819","nonce":2199559537}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6822","nonce":2199559537},{"type":"v1","addr":"172.21.15.60:6823","nonce":2199559537}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6820","nonce":2199559537},{"type":"v1","addr":"172.21.15.60:6821","nonce":2199559537}]},"public_addr":"172.21.15.60:6817/2199559537","cluster_addr":"172.21.15.60:6819/2199559537","heartbeat_back_addr":"172.21.15.60:6823/2199559537","heartbeat_front_addr":"172.21.15.60:6821/2199559537","state":["exists","up"]},{"osd":5,"uuid":"32fd1dae-0cd6-47e0-b24b-807633c550a9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6818","nonce":99026658},{"type":"v1","addr":"172.21.15.8:6819","nonce":99026658}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6820","nonce":99026658},{"type":"v1","addr":"172.21.15.8:6821","nonce":99026658}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6824","nonce":99026658},{"type":"v1","addr":"172.21.15.8:6825","nonce":99026658}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6822","nonce":99026658},{"type":"v1","addr":"172.21.15.8:6823","nonce":99026658}]},"public_addr":"172.21.15.8:6819/99026658","cluster_addr":"172.21.15.8:6821/99026658","heartbeat_back_addr":"172.21.15.8:6825/99026658","heartbeat_front_addr":"172.21.15.8:6823/99026658","state":["exists","up"]},{"osd":6,"uuid":"a2f98516-1b8c-4fda-92ab-ca3e835d1e9d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6824","nonce":3605228199},{"type":"v1","addr":"172.21.15.60:6825","nonce":3605228199}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6826","nonce":3605228199},{"type":"v1","addr":"172.21.15.60:6827","nonce":3605228199}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6830","nonce":3605228199},{"type":"v1","addr":"172.21.15.60:6831","nonce":3605228199}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6828","nonce":3605228199},{"type":"v1","addr":"172.21.15.60:6829","nonce":3605228199}]},"public_addr":"172.21.15.60:6825/3605228199","cluster_addr":"172.21.15.60:6827/3605228199","heartbeat_back_addr":"172.21.15.60:6831/3605228199","heartbeat_front_addr":"172.21.15.60:6829/3605228199","state":["exists","up"]},{"osd":7,"uuid":"a6d52622-24b1-480d-9bd5-0aa3b00d7bfc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6826","nonce":2075848704},{"type":"v1","addr":"172.21.15.8:6827","nonce":2075848704}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6828","nonce":2075848704},{"type":"v1","addr":"172.21.15.8:6829","nonce":2075848704}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6832","nonce":2075848704},{"type":"v1","addr":"172.21.15.8:6833","nonce":2075848704}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6830","nonce":2075848704},{"type":"v1","addr":"172.21.15.8:6831","nonce":2075848704}]},"public_addr":"172.21.15.8:6827/2075848704","cluster_addr":"172.21.15.8:6829/2075848704","heartbeat_back_addr":"172.21.15.8:6833/2075848704","heartbeat_front_addr":"172.21.15.8:6831/2075848704","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:41.539137+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:44.797299+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:45.040920+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:49.372430+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:48.619254+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:53.440294+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:52.119272+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:58.134647+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.8:0/2030202955":"2024-01-19T23:45:33.284130+0000","172.21.15.8:6800/1186331671":"2024-01-19T23:45:33.284130+0000","172.21.15.8:0/4093554606":"2024-01-19T23:44:55.674186+0000","172.21.15.8:6801/1692757317":"2024-01-19T23:44:55.674186+0000","172.21.15.8:6801/1186331671":"2024-01-19T23:45:33.284130+0000","172.21.15.8:6800/1692757317":"2024-01-19T23:44:55.674186+0000","172.21.15.8:0/1005470727":"2024-01-19T23:44:26.276000+0000","172.21.15.8:0/89494842":"2024-01-19T23:44:26.276000+0000","172.21.15.8:6801/3308318358":"2024-01-19T23:44:26.276000+0000","172.21.15.8:0/90744113":"2024-01-19T23:45:33.284130+0000","172.21.15.8:0/1414744903":"2024-01-19T23:44:55.674186+0000","172.21.15.8:6800/3308318358":"2024-01-19T23:44:26.276000+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-18T23:47:08.934 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-18T23:46:47.122140+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': '27', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-01-18T23:47:08.935 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-18T23:47:09.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:07.302857+0000 mgr.smithi008.afsosb (mgr.14180) 78 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:09.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:08.544268+0000 mon.smithi008 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.8:0/2036954322' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T23:47:09.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:07.302857+0000 mgr.smithi008.afsosb (mgr.14180) 78 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:09.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:08.544268+0000 mon.smithi008 (mon.0) 501 : audit [DBG] from='client.? 172.21.15.8:0/2036954322' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T23:47:09.373 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:10.474 INFO:teuthology.orchestra.run.smithi008.stdout:pg_num: 1 2024-01-18T23:47:10.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:09.303137+0000 mgr.smithi008.afsosb (mgr.14180) 79 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:10.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:09.368989+0000 mon.smithi008 (mon.0) 502 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:10.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:47:09.369825+0000 mgr.smithi008.afsosb (mgr.14180) 80 : cephadm [INF] Reconfiguring crash.smithi060 (monmap changed)... 2024-01-18T23:47:10.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:09.370097+0000 mon.smithi008 (mon.0) 503 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi060", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T23:47:10.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:09.370936+0000 mon.smithi008 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:47:10.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:47:09.371487+0000 mgr.smithi008.afsosb (mgr.14180) 81 : cephadm [INF] Reconfiguring daemon crash.smithi060 on smithi060 2024-01-18T23:47:10.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:10.300946+0000 mon.smithi008 (mon.0) 505 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:10.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:10.301843+0000 mon.smithi008 (mon.0) 506 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi060.chknjn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T23:47:10.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:10.302539+0000 mon.smithi008 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T23:47:10.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:10.303065+0000 mon.smithi008 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:47:10.649 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:09.303137+0000 mgr.smithi008.afsosb (mgr.14180) 79 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:10.649 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:09.368989+0000 mon.smithi008 (mon.0) 502 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:10.649 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:47:09.369825+0000 mgr.smithi008.afsosb (mgr.14180) 80 : cephadm [INF] Reconfiguring crash.smithi060 (monmap changed)... 2024-01-18T23:47:10.649 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:09.370097+0000 mon.smithi008 (mon.0) 503 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi060", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T23:47:10.649 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:09.370936+0000 mon.smithi008 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:47:10.649 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:47:09.371487+0000 mgr.smithi008.afsosb (mgr.14180) 81 : cephadm [INF] Reconfiguring daemon crash.smithi060 on smithi060 2024-01-18T23:47:10.649 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:10.300946+0000 mon.smithi008 (mon.0) 505 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:10.649 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:10.301843+0000 mon.smithi008 (mon.0) 506 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi060.chknjn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T23:47:10.650 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:10.302539+0000 mon.smithi008 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T23:47:10.650 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:10.303065+0000 mon.smithi008 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:47:10.841 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-18T23:47:10.841 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-18T23:47:10.842 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph mgr dump --format=json 2024-01-18T23:47:11.115 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:11.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:47:10.301574+0000 mgr.smithi008.afsosb (mgr.14180) 82 : cephadm [INF] Reconfiguring mgr.smithi060.chknjn (monmap changed)... 2024-01-18T23:47:11.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:47:10.303575+0000 mgr.smithi008.afsosb (mgr.14180) 83 : cephadm [INF] Reconfiguring daemon mgr.smithi060.chknjn on smithi060 2024-01-18T23:47:11.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:10.472702+0000 mon.smithi008 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.8:0/2818133903' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-18T23:47:11.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:11.194788+0000 mon.smithi008 (mon.0) 510 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:11.636 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:11.195513+0000 mon.smithi008 (mon.0) 511 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T23:47:11.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:11.196032+0000 mon.smithi008 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T23:47:11.637 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:11.196545+0000 mon.smithi008 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:47:11.689 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:47:10.301574+0000 mgr.smithi008.afsosb (mgr.14180) 82 : cephadm [INF] Reconfiguring mgr.smithi060.chknjn (monmap changed)... 2024-01-18T23:47:11.689 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:47:10.303575+0000 mgr.smithi008.afsosb (mgr.14180) 83 : cephadm [INF] Reconfiguring daemon mgr.smithi060.chknjn on smithi060 2024-01-18T23:47:11.689 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:10.472702+0000 mon.smithi008 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.8:0/2818133903' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-18T23:47:11.689 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:11.194788+0000 mon.smithi008 (mon.0) 510 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:11.689 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:11.195513+0000 mon.smithi008 (mon.0) 511 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T23:47:11.689 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:11.196032+0000 mon.smithi008 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T23:47:11.689 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:11.196545+0000 mon.smithi008 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:47:12.334 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:47:12.511 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:47:11.195325+0000 mgr.smithi008.afsosb (mgr.14180) 84 : cephadm [INF] Reconfiguring mon.smithi060 (monmap changed)... 2024-01-18T23:47:12.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:47:11.196990+0000 mgr.smithi008.afsosb (mgr.14180) 85 : cephadm [INF] Reconfiguring daemon mon.smithi060 on smithi060 2024-01-18T23:47:12.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:11.303425+0000 mgr.smithi008.afsosb (mgr.14180) 86 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:12.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:12.105625+0000 mon.smithi008 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:12.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:12.108256+0000 mon.smithi008 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T23:47:12.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:12.109392+0000 mon.smithi008 (mon.0) 516 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi008.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T23:47:12.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:12.112989+0000 mon.smithi008 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:12.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:12.116897+0000 mon.smithi008 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T23:47:12.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:12.123180+0000 mon.smithi008 (mon.0) 519 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi008.front.sepia.ceph.com:3000"}]: dispatch 2024-01-18T23:47:12.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:12.126868+0000 mon.smithi008 (mon.0) 520 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:12.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:12.131014+0000 mon.smithi008 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T23:47:12.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:12.134783+0000 mon.smithi008 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi008.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T23:47:12.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:12.139632+0000 mon.smithi008 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:12.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:12.145408+0000 mon.smithi008 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:47:12.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:12.328644+0000 mon.smithi008 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.8:0/109067056' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-18T23:47:12.713 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi008.afsosb","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6800","nonce":2577648297},{"type":"v1","addr":"172.21.15.8:6801","nonce":2577648297}]},"active_addr":"172.21.15.8:6801/2577648297","active_change":"2024-01-18T23:45:33.284256+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi060.chknjn","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.8:8443/","prometheus":"http://172.21.15.8: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.8:0","nonce":1002273516}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.8:0","nonce":222556351}]}]} 2024-01-18T23:47:12.721 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-18T23:47:12.721 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-18T23:47:12.721 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T23:47:12.764 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:47:11.195325+0000 mgr.smithi008.afsosb (mgr.14180) 84 : cephadm [INF] Reconfiguring mon.smithi060 (monmap changed)... 2024-01-18T23:47:12.765 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:47:11.196990+0000 mgr.smithi008.afsosb (mgr.14180) 85 : cephadm [INF] Reconfiguring daemon mon.smithi060 on smithi060 2024-01-18T23:47:12.765 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:11.303425+0000 mgr.smithi008.afsosb (mgr.14180) 86 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:12.765 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:12.105625+0000 mon.smithi008 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:12.765 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:12.108256+0000 mon.smithi008 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T23:47:12.765 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:12.109392+0000 mon.smithi008 (mon.0) 516 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi008.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T23:47:12.765 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:12.112989+0000 mon.smithi008 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:12.765 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:12.116897+0000 mon.smithi008 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T23:47:12.765 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:12.123180+0000 mon.smithi008 (mon.0) 519 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi008.front.sepia.ceph.com:3000"}]: dispatch 2024-01-18T23:47:12.765 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:12.126868+0000 mon.smithi008 (mon.0) 520 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:12.765 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:12.131014+0000 mon.smithi008 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T23:47:12.765 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:12.134783+0000 mon.smithi008 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi008.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T23:47:12.765 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:12.139632+0000 mon.smithi008 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:12.765 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:12.145408+0000 mon.smithi008 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:47:12.765 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:12.328644+0000 mon.smithi008 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.8:0/109067056' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-18T23:47:13.067 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:13.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:12.108575+0000 mgr.smithi008.afsosb (mgr.14180) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T23:47:13.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:12.109629+0000 mgr.smithi008.afsosb (mgr.14180) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi008.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T23:47:13.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:12.117254+0000 mgr.smithi008.afsosb (mgr.14180) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T23:47:13.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:12.123491+0000 mgr.smithi008.afsosb (mgr.14180) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi008.front.sepia.ceph.com:3000"}]: dispatch 2024-01-18T23:47:13.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:12.131557+0000 mgr.smithi008.afsosb (mgr.14180) 91 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T23:47:13.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:12.135184+0000 mgr.smithi008.afsosb (mgr.14180) 92 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi008.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T23:47:13.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:12.108575+0000 mgr.smithi008.afsosb (mgr.14180) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T23:47:13.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:12.109629+0000 mgr.smithi008.afsosb (mgr.14180) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi008.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T23:47:13.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:12.117254+0000 mgr.smithi008.afsosb (mgr.14180) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T23:47:13.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:12.123491+0000 mgr.smithi008.afsosb (mgr.14180) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi008.front.sepia.ceph.com:3000"}]: dispatch 2024-01-18T23:47:13.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:12.131557+0000 mgr.smithi008.afsosb (mgr.14180) 91 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T23:47:13.620 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:12.135184+0000 mgr.smithi008.afsosb (mgr.14180) 92 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi008.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T23:47:14.498 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:47:14.498 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":34,"fsid":"634b8812-b65b-11ee-95ae-87774f69a715","created":"2024-01-18T23:44:06.112068+0000","modified":"2024-01-18T23:47:01.659559+0000","last_up_change":"2024-01-18T23:46:59.653485+0000","last_in_change":"2024-01-18T23:46:29.371620+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-18T23:46:47.122140+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":"27","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":"20595156-4327-48f6-959b-81ed4cdbeacf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6800","nonce":2331479034},{"type":"v1","addr":"172.21.15.60:6801","nonce":2331479034}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":2331479034},{"type":"v1","addr":"172.21.15.60:6803","nonce":2331479034}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":2331479034},{"type":"v1","addr":"172.21.15.60:6807","nonce":2331479034}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":2331479034},{"type":"v1","addr":"172.21.15.60:6805","nonce":2331479034}]},"public_addr":"172.21.15.60:6801/2331479034","cluster_addr":"172.21.15.60:6803/2331479034","heartbeat_back_addr":"172.21.15.60:6807/2331479034","heartbeat_front_addr":"172.21.15.60:6805/2331479034","state":["exists","up"]},{"osd":1,"uuid":"45f8cdf7-827f-440c-bef0-799e0b54a7f5","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.8:6802","nonce":1283158993},{"type":"v1","addr":"172.21.15.8:6803","nonce":1283158993}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":1283158993},{"type":"v1","addr":"172.21.15.8:6805","nonce":1283158993}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":1283158993},{"type":"v1","addr":"172.21.15.8:6809","nonce":1283158993}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":1283158993},{"type":"v1","addr":"172.21.15.8:6807","nonce":1283158993}]},"public_addr":"172.21.15.8:6803/1283158993","cluster_addr":"172.21.15.8:6805/1283158993","heartbeat_back_addr":"172.21.15.8:6809/1283158993","heartbeat_front_addr":"172.21.15.8:6807/1283158993","state":["exists","up"]},{"osd":2,"uuid":"bbf466a4-48a1-43a3-8083-e41af776b657","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":2956983427},{"type":"v1","addr":"172.21.15.60:6809","nonce":2956983427}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6810","nonce":2956983427},{"type":"v1","addr":"172.21.15.60:6811","nonce":2956983427}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6814","nonce":2956983427},{"type":"v1","addr":"172.21.15.60:6815","nonce":2956983427}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6812","nonce":2956983427},{"type":"v1","addr":"172.21.15.60:6813","nonce":2956983427}]},"public_addr":"172.21.15.60:6809/2956983427","cluster_addr":"172.21.15.60:6811/2956983427","heartbeat_back_addr":"172.21.15.60:6815/2956983427","heartbeat_front_addr":"172.21.15.60:6813/2956983427","state":["exists","up"]},{"osd":3,"uuid":"7a026126-5feb-4e19-afb4-7d59340e3792","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6810","nonce":805616779},{"type":"v1","addr":"172.21.15.8:6811","nonce":805616779}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6812","nonce":805616779},{"type":"v1","addr":"172.21.15.8:6813","nonce":805616779}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6816","nonce":805616779},{"type":"v1","addr":"172.21.15.8:6817","nonce":805616779}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6814","nonce":805616779},{"type":"v1","addr":"172.21.15.8:6815","nonce":805616779}]},"public_addr":"172.21.15.8:6811/805616779","cluster_addr":"172.21.15.8:6813/805616779","heartbeat_back_addr":"172.21.15.8:6817/805616779","heartbeat_front_addr":"172.21.15.8:6815/805616779","state":["exists","up"]},{"osd":4,"uuid":"c43538ae-34b6-40d7-aea9-d6edcfa8b01b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6816","nonce":2199559537},{"type":"v1","addr":"172.21.15.60:6817","nonce":2199559537}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6818","nonce":2199559537},{"type":"v1","addr":"172.21.15.60:6819","nonce":2199559537}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6822","nonce":2199559537},{"type":"v1","addr":"172.21.15.60:6823","nonce":2199559537}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6820","nonce":2199559537},{"type":"v1","addr":"172.21.15.60:6821","nonce":2199559537}]},"public_addr":"172.21.15.60:6817/2199559537","cluster_addr":"172.21.15.60:6819/2199559537","heartbeat_back_addr":"172.21.15.60:6823/2199559537","heartbeat_front_addr":"172.21.15.60:6821/2199559537","state":["exists","up"]},{"osd":5,"uuid":"32fd1dae-0cd6-47e0-b24b-807633c550a9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6818","nonce":99026658},{"type":"v1","addr":"172.21.15.8:6819","nonce":99026658}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6820","nonce":99026658},{"type":"v1","addr":"172.21.15.8:6821","nonce":99026658}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6824","nonce":99026658},{"type":"v1","addr":"172.21.15.8:6825","nonce":99026658}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6822","nonce":99026658},{"type":"v1","addr":"172.21.15.8:6823","nonce":99026658}]},"public_addr":"172.21.15.8:6819/99026658","cluster_addr":"172.21.15.8:6821/99026658","heartbeat_back_addr":"172.21.15.8:6825/99026658","heartbeat_front_addr":"172.21.15.8:6823/99026658","state":["exists","up"]},{"osd":6,"uuid":"a2f98516-1b8c-4fda-92ab-ca3e835d1e9d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6824","nonce":3605228199},{"type":"v1","addr":"172.21.15.60:6825","nonce":3605228199}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6826","nonce":3605228199},{"type":"v1","addr":"172.21.15.60:6827","nonce":3605228199}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6830","nonce":3605228199},{"type":"v1","addr":"172.21.15.60:6831","nonce":3605228199}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6828","nonce":3605228199},{"type":"v1","addr":"172.21.15.60:6829","nonce":3605228199}]},"public_addr":"172.21.15.60:6825/3605228199","cluster_addr":"172.21.15.60:6827/3605228199","heartbeat_back_addr":"172.21.15.60:6831/3605228199","heartbeat_front_addr":"172.21.15.60:6829/3605228199","state":["exists","up"]},{"osd":7,"uuid":"a6d52622-24b1-480d-9bd5-0aa3b00d7bfc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6826","nonce":2075848704},{"type":"v1","addr":"172.21.15.8:6827","nonce":2075848704}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6828","nonce":2075848704},{"type":"v1","addr":"172.21.15.8:6829","nonce":2075848704}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6832","nonce":2075848704},{"type":"v1","addr":"172.21.15.8:6833","nonce":2075848704}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6830","nonce":2075848704},{"type":"v1","addr":"172.21.15.8:6831","nonce":2075848704}]},"public_addr":"172.21.15.8:6827/2075848704","cluster_addr":"172.21.15.8:6829/2075848704","heartbeat_back_addr":"172.21.15.8:6833/2075848704","heartbeat_front_addr":"172.21.15.8:6831/2075848704","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:41.539137+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:44.797299+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:45.040920+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:49.372430+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:48.619254+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:53.440294+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:52.119272+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:58.134647+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.8:0/2030202955":"2024-01-19T23:45:33.284130+0000","172.21.15.8:6800/1186331671":"2024-01-19T23:45:33.284130+0000","172.21.15.8:0/4093554606":"2024-01-19T23:44:55.674186+0000","172.21.15.8:6801/1692757317":"2024-01-19T23:44:55.674186+0000","172.21.15.8:6801/1186331671":"2024-01-19T23:45:33.284130+0000","172.21.15.8:6800/1692757317":"2024-01-19T23:44:55.674186+0000","172.21.15.8:0/1005470727":"2024-01-19T23:44:26.276000+0000","172.21.15.8:0/89494842":"2024-01-19T23:44:26.276000+0000","172.21.15.8:6801/3308318358":"2024-01-19T23:44:26.276000+0000","172.21.15.8:0/90744113":"2024-01-19T23:45:33.284130+0000","172.21.15.8:0/1414744903":"2024-01-19T23:44:55.674186+0000","172.21.15.8:6800/3308318358":"2024-01-19T23:44:26.276000+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-18T23:47:14.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:13.303850+0000 mgr.smithi008.afsosb (mgr.14180) 93 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:14.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:13.571760+0000 mon.smithi008 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:14.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:14.496915+0000 mon.smithi008 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.8:0/901742808' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T23:47:14.889 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:13.303850+0000 mgr.smithi008.afsosb (mgr.14180) 93 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:14.889 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:13.571760+0000 mon.smithi008 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:14.889 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:14.496915+0000 mon.smithi008 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.8:0/901742808' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T23:47:15.052 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-18T23:47:15.053 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T23:47:15.499 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:16.799 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:47:16.800 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":34,"fsid":"634b8812-b65b-11ee-95ae-87774f69a715","created":"2024-01-18T23:44:06.112068+0000","modified":"2024-01-18T23:47:01.659559+0000","last_up_change":"2024-01-18T23:46:59.653485+0000","last_in_change":"2024-01-18T23:46:29.371620+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-18T23:46:47.122140+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":"27","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":"20595156-4327-48f6-959b-81ed4cdbeacf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6800","nonce":2331479034},{"type":"v1","addr":"172.21.15.60:6801","nonce":2331479034}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":2331479034},{"type":"v1","addr":"172.21.15.60:6803","nonce":2331479034}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":2331479034},{"type":"v1","addr":"172.21.15.60:6807","nonce":2331479034}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":2331479034},{"type":"v1","addr":"172.21.15.60:6805","nonce":2331479034}]},"public_addr":"172.21.15.60:6801/2331479034","cluster_addr":"172.21.15.60:6803/2331479034","heartbeat_back_addr":"172.21.15.60:6807/2331479034","heartbeat_front_addr":"172.21.15.60:6805/2331479034","state":["exists","up"]},{"osd":1,"uuid":"45f8cdf7-827f-440c-bef0-799e0b54a7f5","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.8:6802","nonce":1283158993},{"type":"v1","addr":"172.21.15.8:6803","nonce":1283158993}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":1283158993},{"type":"v1","addr":"172.21.15.8:6805","nonce":1283158993}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":1283158993},{"type":"v1","addr":"172.21.15.8:6809","nonce":1283158993}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":1283158993},{"type":"v1","addr":"172.21.15.8:6807","nonce":1283158993}]},"public_addr":"172.21.15.8:6803/1283158993","cluster_addr":"172.21.15.8:6805/1283158993","heartbeat_back_addr":"172.21.15.8:6809/1283158993","heartbeat_front_addr":"172.21.15.8:6807/1283158993","state":["exists","up"]},{"osd":2,"uuid":"bbf466a4-48a1-43a3-8083-e41af776b657","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6808","nonce":2956983427},{"type":"v1","addr":"172.21.15.60:6809","nonce":2956983427}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6810","nonce":2956983427},{"type":"v1","addr":"172.21.15.60:6811","nonce":2956983427}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6814","nonce":2956983427},{"type":"v1","addr":"172.21.15.60:6815","nonce":2956983427}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6812","nonce":2956983427},{"type":"v1","addr":"172.21.15.60:6813","nonce":2956983427}]},"public_addr":"172.21.15.60:6809/2956983427","cluster_addr":"172.21.15.60:6811/2956983427","heartbeat_back_addr":"172.21.15.60:6815/2956983427","heartbeat_front_addr":"172.21.15.60:6813/2956983427","state":["exists","up"]},{"osd":3,"uuid":"7a026126-5feb-4e19-afb4-7d59340e3792","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6810","nonce":805616779},{"type":"v1","addr":"172.21.15.8:6811","nonce":805616779}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6812","nonce":805616779},{"type":"v1","addr":"172.21.15.8:6813","nonce":805616779}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6816","nonce":805616779},{"type":"v1","addr":"172.21.15.8:6817","nonce":805616779}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6814","nonce":805616779},{"type":"v1","addr":"172.21.15.8:6815","nonce":805616779}]},"public_addr":"172.21.15.8:6811/805616779","cluster_addr":"172.21.15.8:6813/805616779","heartbeat_back_addr":"172.21.15.8:6817/805616779","heartbeat_front_addr":"172.21.15.8:6815/805616779","state":["exists","up"]},{"osd":4,"uuid":"c43538ae-34b6-40d7-aea9-d6edcfa8b01b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6816","nonce":2199559537},{"type":"v1","addr":"172.21.15.60:6817","nonce":2199559537}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6818","nonce":2199559537},{"type":"v1","addr":"172.21.15.60:6819","nonce":2199559537}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6822","nonce":2199559537},{"type":"v1","addr":"172.21.15.60:6823","nonce":2199559537}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6820","nonce":2199559537},{"type":"v1","addr":"172.21.15.60:6821","nonce":2199559537}]},"public_addr":"172.21.15.60:6817/2199559537","cluster_addr":"172.21.15.60:6819/2199559537","heartbeat_back_addr":"172.21.15.60:6823/2199559537","heartbeat_front_addr":"172.21.15.60:6821/2199559537","state":["exists","up"]},{"osd":5,"uuid":"32fd1dae-0cd6-47e0-b24b-807633c550a9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6818","nonce":99026658},{"type":"v1","addr":"172.21.15.8:6819","nonce":99026658}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6820","nonce":99026658},{"type":"v1","addr":"172.21.15.8:6821","nonce":99026658}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6824","nonce":99026658},{"type":"v1","addr":"172.21.15.8:6825","nonce":99026658}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6822","nonce":99026658},{"type":"v1","addr":"172.21.15.8:6823","nonce":99026658}]},"public_addr":"172.21.15.8:6819/99026658","cluster_addr":"172.21.15.8:6821/99026658","heartbeat_back_addr":"172.21.15.8:6825/99026658","heartbeat_front_addr":"172.21.15.8:6823/99026658","state":["exists","up"]},{"osd":6,"uuid":"a2f98516-1b8c-4fda-92ab-ca3e835d1e9d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6824","nonce":3605228199},{"type":"v1","addr":"172.21.15.60:6825","nonce":3605228199}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6826","nonce":3605228199},{"type":"v1","addr":"172.21.15.60:6827","nonce":3605228199}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6830","nonce":3605228199},{"type":"v1","addr":"172.21.15.60:6831","nonce":3605228199}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6828","nonce":3605228199},{"type":"v1","addr":"172.21.15.60:6829","nonce":3605228199}]},"public_addr":"172.21.15.60:6825/3605228199","cluster_addr":"172.21.15.60:6827/3605228199","heartbeat_back_addr":"172.21.15.60:6831/3605228199","heartbeat_front_addr":"172.21.15.60:6829/3605228199","state":["exists","up"]},{"osd":7,"uuid":"a6d52622-24b1-480d-9bd5-0aa3b00d7bfc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6826","nonce":2075848704},{"type":"v1","addr":"172.21.15.8:6827","nonce":2075848704}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6828","nonce":2075848704},{"type":"v1","addr":"172.21.15.8:6829","nonce":2075848704}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6832","nonce":2075848704},{"type":"v1","addr":"172.21.15.8:6833","nonce":2075848704}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6830","nonce":2075848704},{"type":"v1","addr":"172.21.15.8:6831","nonce":2075848704}]},"public_addr":"172.21.15.8:6827/2075848704","cluster_addr":"172.21.15.8:6829/2075848704","heartbeat_back_addr":"172.21.15.8:6833/2075848704","heartbeat_front_addr":"172.21.15.8:6831/2075848704","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:41.539137+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:44.797299+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:45.040920+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:49.372430+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:48.619254+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:53.440294+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:52.119272+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T23:46:58.134647+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.8:0/2030202955":"2024-01-19T23:45:33.284130+0000","172.21.15.8:6800/1186331671":"2024-01-19T23:45:33.284130+0000","172.21.15.8:0/4093554606":"2024-01-19T23:44:55.674186+0000","172.21.15.8:6801/1692757317":"2024-01-19T23:44:55.674186+0000","172.21.15.8:6801/1186331671":"2024-01-19T23:45:33.284130+0000","172.21.15.8:6800/1692757317":"2024-01-19T23:44:55.674186+0000","172.21.15.8:0/1005470727":"2024-01-19T23:44:26.276000+0000","172.21.15.8:0/89494842":"2024-01-19T23:44:26.276000+0000","172.21.15.8:6801/3308318358":"2024-01-19T23:44:26.276000+0000","172.21.15.8:0/90744113":"2024-01-19T23:45:33.284130+0000","172.21.15.8:0/1414744903":"2024-01-19T23:44:55.674186+0000","172.21.15.8:6800/3308318358":"2024-01-19T23:44:26.276000+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-18T23:47:17.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:15.304288+0000 mgr.smithi008.afsosb (mgr.14180) 94 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:17.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:15.736661+0000 mon.smithi008 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:17.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:16.207115+0000 mon.smithi008 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:17.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:16.502309+0000 mon.smithi008 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:47:17.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:16.502928+0000 mon.smithi008 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:47:17.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:16.503485+0000 mon.smithi008 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:47:17.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:16.504005+0000 mon.smithi008 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:47:17.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:16.508052+0000 mon.smithi008 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:17.114 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:15.304288+0000 mgr.smithi008.afsosb (mgr.14180) 94 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:17.114 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:15.736661+0000 mon.smithi008 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:17.114 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:16.207115+0000 mon.smithi008 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:17.114 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:16.502309+0000 mon.smithi008 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:47:17.114 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:16.502928+0000 mon.smithi008 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:47:17.114 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:16.503485+0000 mon.smithi008 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:47:17.114 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:16.504005+0000 mon.smithi008 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:47:17.114 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:16.508052+0000 mon.smithi008 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:17.236 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-18T23:47:17.516 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:17.805 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:17 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:47:16.202137+0000 mgr.smithi008.afsosb (mgr.14180) 95 : cephadm [INF] Detected new or changed devices on smithi060 2024-01-18T23:47:17.805 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:17 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:47:16.504438+0000 mgr.smithi008.afsosb (mgr.14180) 96 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 3993M 2024-01-18T23:47:17.805 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:17 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:16.798345+0000 mon.smithi008 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.8:0/1212838776' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T23:47:18.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:17 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:47:16.202137+0000 mgr.smithi008.afsosb (mgr.14180) 95 : cephadm [INF] Detected new or changed devices on smithi060 2024-01-18T23:47:18.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:17 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:47:16.504438+0000 mgr.smithi008.afsosb (mgr.14180) 96 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 3993M 2024-01-18T23:47:18.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:17 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:16.798345+0000 mon.smithi008 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.8:0/1212838776' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T23:47:18.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:17.304579+0000 mgr.smithi008.afsosb (mgr.14180) 97 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:19.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:17.304579+0000 mgr.smithi008.afsosb (mgr.14180) 97 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:19.101 INFO:teuthology.orchestra.run.smithi008.stdout:68719476745 2024-01-18T23:47:19.102 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-18T23:47:19.390 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:20.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:47:19.038505+0000 mgr.smithi008.afsosb (mgr.14180) 98 : cephadm [INF] Detected new or changed devices on smithi008 2024-01-18T23:47:20.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:19.043847+0000 mon.smithi008 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:20.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:19.304857+0000 mgr.smithi008.afsosb (mgr.14180) 99 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:20.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:19.368765+0000 mon.smithi008 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:20.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:19.370014+0000 mon.smithi008 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:47:20.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:19.370643+0000 mon.smithi008 (mon.0) 539 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:47:20.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:19.371234+0000 mon.smithi008 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:47:20.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:19.371799+0000 mon.smithi008 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:47:20.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:47:19.372257+0000 mgr.smithi008.afsosb (mgr.14180) 100 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 3225M 2024-01-18T23:47:20.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:19.377416+0000 mon.smithi008 (mon.0) 542 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:20.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:19.378558+0000 mon.smithi008 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:47:20.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:19.379267+0000 mon.smithi008 (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T23:47:20.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:19.383553+0000 mon.smithi008 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:20.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:19.387232+0000 mon.smithi008 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T23:47:20.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:19.390822+0000 mon.smithi008 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T23:47:20.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:19.391767+0000 mon.smithi008 (mon.0) 548 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T23:47:20.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:19.391982+0000 mon.smithi008 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:47:20.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:19.392508+0000 mon.smithi008 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:47:20.416 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:47:19.038505+0000 mgr.smithi008.afsosb (mgr.14180) 98 : cephadm [INF] Detected new or changed devices on smithi008 2024-01-18T23:47:20.416 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:19.043847+0000 mon.smithi008 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:20.416 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:19.304857+0000 mgr.smithi008.afsosb (mgr.14180) 99 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:20.416 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:19.368765+0000 mon.smithi008 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:20.416 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:19.370014+0000 mon.smithi008 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:47:20.416 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:19.370643+0000 mon.smithi008 (mon.0) 539 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:47:20.416 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:19.371234+0000 mon.smithi008 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:47:20.416 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:19.371799+0000 mon.smithi008 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:47:20.417 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:47:19.372257+0000 mgr.smithi008.afsosb (mgr.14180) 100 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 3225M 2024-01-18T23:47:20.417 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:19.377416+0000 mon.smithi008 (mon.0) 542 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:20.417 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:19.378558+0000 mon.smithi008 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:47:20.417 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:19.379267+0000 mon.smithi008 (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T23:47:20.417 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:19.383553+0000 mon.smithi008 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:20.417 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:19.387232+0000 mon.smithi008 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T23:47:20.417 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:19.390822+0000 mon.smithi008 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T23:47:20.417 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:19.391767+0000 mon.smithi008 (mon.0) 548 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T23:47:20.417 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:19.391982+0000 mon.smithi008 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:47:20.417 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:19.392508+0000 mon.smithi008 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:47:21.290 INFO:teuthology.orchestra.run.smithi008.stdout:85899345930 2024-01-18T23:47:21.290 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-18T23:47:21.573 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:22.472 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:21.305177+0000 mgr.smithi008.afsosb (mgr.14180) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:22.576 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:21.305177+0000 mgr.smithi008.afsosb (mgr.14180) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:23.274 INFO:teuthology.orchestra.run.smithi008.stdout:85899345931 2024-01-18T23:47:23.274 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-18T23:47:23.763 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:24.621 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:23.305470+0000 mgr.smithi008.afsosb (mgr.14180) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:24.634 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:23.305470+0000 mgr.smithi008.afsosb (mgr.14180) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:25.690 INFO:teuthology.orchestra.run.smithi008.stdout:103079215112 2024-01-18T23:47:25.690 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-18T23:47:26.171 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:26.834 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:25.305802+0000 mgr.smithi008.afsosb (mgr.14180) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:26.834 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:25.532345+0000 mon.smithi008 (mon.0) 551 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:26.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:25.305802+0000 mgr.smithi008.afsosb (mgr.14180) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:26.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:25.532345+0000 mon.smithi008 (mon.0) 551 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:27.859 INFO:teuthology.orchestra.run.smithi008.stdout:98784247818 2024-01-18T23:47:27.860 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-18T23:47:28.241 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:28.444 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:27.177804+0000 mon.smithi008 (mon.0) 552 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:28.444 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:27.180025+0000 mon.smithi008 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:47:28.444 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:27.306133+0000 mgr.smithi008.afsosb (mgr.14180) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:28.599 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:27.177804+0000 mon.smithi008 (mon.0) 552 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:28.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:27.180025+0000 mon.smithi008 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:47:28.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:27.306133+0000 mgr.smithi008.afsosb (mgr.14180) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:29.826 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:28.723035+0000 mon.smithi008 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:29.936 INFO:teuthology.orchestra.run.smithi008.stdout:120259084297 2024-01-18T23:47:29.937 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-18T23:47:30.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:28.723035+0000 mon.smithi008 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:30.365 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:31.055 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:29.306435+0000 mgr.smithi008.afsosb (mgr.14180) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:31.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:29.306435+0000 mgr.smithi008.afsosb (mgr.14180) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:31.902 INFO:teuthology.orchestra.run.smithi008.stdout:115964117001 2024-01-18T23:47:31.902 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-18T23:47:32.175 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:32.500 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:32 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:31.218340+0000 mon.smithi008 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:32.501 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:32 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:31.219189+0000 mon.smithi008 (mon.0) 556 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:47:32.501 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:32 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:31.219787+0000 mon.smithi008 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T23:47:32.501 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:32 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:31.223178+0000 mon.smithi008 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:32.501 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:32 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:31.226589+0000 mon.smithi008 (mon.0) 559 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T23:47:32.501 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:32 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:31.306736+0000 mgr.smithi008.afsosb (mgr.14180) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:32.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:32 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:31.218340+0000 mon.smithi008 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:32.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:32 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:31.219189+0000 mon.smithi008 (mon.0) 556 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:47:32.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:32 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:31.219787+0000 mon.smithi008 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T23:47:32.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:32 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:31.223178+0000 mon.smithi008 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:47:32.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:32 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:31.226589+0000 mon.smithi008 (mon.0) 559 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T23:47:32.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:32 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:31.306736+0000 mgr.smithi008.afsosb (mgr.14180) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:33.522 INFO:teuthology.orchestra.run.smithi008.stdout:137438953481 2024-01-18T23:47:33.522 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-18T23:47:33.796 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:34.558 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:33.307045+0000 mgr.smithi008.afsosb (mgr.14180) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:34.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:33.307045+0000 mgr.smithi008.afsosb (mgr.14180) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:34.947 INFO:teuthology.orchestra.run.smithi008.stdout:68719476748 2024-01-18T23:47:35.322 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476745 got 68719476748 for osd.0 2024-01-18T23:47:35.322 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-18T23:47:35.596 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:36.033 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:34.946541+0000 mon.smithi008 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.8:0/3829597436' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-18T23:47:36.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:35 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:34.946541+0000 mon.smithi008 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.8:0/3829597436' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-18T23:47:36.722 INFO:teuthology.orchestra.run.smithi008.stdout:85899345933 2024-01-18T23:47:36.994 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:35.307368+0000 mgr.smithi008.afsosb (mgr.14180) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:37.088 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345930 got 85899345933 for osd.1 2024-01-18T23:47:37.089 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-18T23:47:37.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:35.307368+0000 mgr.smithi008.afsosb (mgr.14180) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:37.361 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:37.825 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:37 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:36.721045+0000 mon.smithi008 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.8:0/3169358464' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-18T23:47:38.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:37 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:36.721045+0000 mon.smithi008 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.8:0/3169358464' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-18T23:47:38.491 INFO:teuthology.orchestra.run.smithi008.stdout:85899345933 2024-01-18T23:47:38.861 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:37.307830+0000 mgr.smithi008.afsosb (mgr.14180) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:38.861 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:38.490414+0000 mon.smithi008 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.8:0/2858326383' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-18T23:47:38.863 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345931 got 85899345933 for osd.2 2024-01-18T23:47:38.863 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-18T23:47:39.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:37.307830+0000 mgr.smithi008.afsosb (mgr.14180) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:39.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:38.490414+0000 mon.smithi008 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.8:0/2858326383' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-18T23:47:39.134 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:40.241 INFO:teuthology.orchestra.run.smithi008.stdout:103079215115 2024-01-18T23:47:40.612 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215112 got 103079215115 for osd.3 2024-01-18T23:47:40.612 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-18T23:47:40.887 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:40.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:39.308124+0000 mgr.smithi008.afsosb (mgr.14180) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:40.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:40.239576+0000 mon.smithi008 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.8:0/3858694394' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-18T23:47:41.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:39.308124+0000 mgr.smithi008.afsosb (mgr.14180) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:41.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:40.239576+0000 mon.smithi008 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.8:0/3858694394' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-18T23:47:42.071 INFO:teuthology.orchestra.run.smithi008.stdout:98784247821 2024-01-18T23:47:42.463 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247818 got 98784247821 for osd.4 2024-01-18T23:47:42.463 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-18T23:47:42.737 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:42.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:41.308436+0000 mgr.smithi008.afsosb (mgr.14180) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:42.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:42.070433+0000 mon.smithi008 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.8:0/278586876' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-18T23:47:43.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:41.308436+0000 mgr.smithi008.afsosb (mgr.14180) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:43.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:42.070433+0000 mon.smithi008 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.8:0/278586876' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-18T23:47:43.827 INFO:teuthology.orchestra.run.smithi008.stdout:120259084300 2024-01-18T23:47:44.203 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084297 got 120259084300 for osd.5 2024-01-18T23:47:44.204 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-18T23:47:44.477 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:44.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:43.308744+0000 mgr.smithi008.afsosb (mgr.14180) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:44.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:43.826053+0000 mon.smithi008 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.8:0/1690321650' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-18T23:47:44.898 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:43.308744+0000 mgr.smithi008.afsosb (mgr.14180) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:44.899 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:43.826053+0000 mon.smithi008 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.8:0/1690321650' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-18T23:47:45.570 INFO:teuthology.orchestra.run.smithi008.stdout:115964117003 2024-01-18T23:47:45.901 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:45.569017+0000 mon.smithi008 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.8:0/391692534' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-18T23:47:45.963 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117001 got 115964117003 for osd.6 2024-01-18T23:47:45.963 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-18T23:47:46.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:45.569017+0000 mon.smithi008 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.8:0/391692534' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-18T23:47:46.237 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:46.991 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:45.309048+0000 mgr.smithi008.afsosb (mgr.14180) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:47.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:45.309048+0000 mgr.smithi008.afsosb (mgr.14180) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:47.372 INFO:teuthology.orchestra.run.smithi008.stdout:137438953484 2024-01-18T23:47:47.737 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953481 got 137438953484 for osd.7 2024-01-18T23:47:47.737 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-18T23:47:47.737 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph pg dump --format=json 2024-01-18T23:47:48.008 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:48.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:47.370954+0000 mon.smithi008 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.8:0/1007446701' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-18T23:47:48.112 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:47.370954+0000 mon.smithi008 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.8:0/1007446701' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-18T23:47:48.790 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:47.309468+0000 mgr.smithi008.afsosb (mgr.14180) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:49.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:47.309468+0000 mgr.smithi008.afsosb (mgr.14180) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:49.131 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:47:49.133 INFO:teuthology.orchestra.run.smithi008.stderr:dumped all 2024-01-18T23:47:49.502 INFO:teuthology.orchestra.run.smithi008.stdout:{"pg_ready":true,"pg_map":{"version":90,"stamp":"2024-01-18T23:47:47.309342+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":2379376,"kb_used_data":2608,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549072,"statfs":{"total":767926730752,"available":765490249728,"internally_reserved":0,"allocated":2670592,"data_stored":1029484,"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":34,"state":"active+clean","last_fresh":"2024-01-18T23:47:01.807704+0000","last_change":"2024-01-18T23:47:01.807704+0000","last_active":"2024-01-18T23:47:01.807704+0000","last_peered":"2024-01-18T23:47:01.807704+0000","last_clean":"2024-01-18T23:47:01.807704+0000","last_became_active":"2024-01-18T23:47:01.807359+0000","last_became_peered":"2024-01-18T23:47:01.807359+0000","last_unstale":"2024-01-18T23:47:01.807704+0000","last_undegraded":"2024-01-18T23:47:01.807704+0000","last_fullsized":"2024-01-18T23:47:01.807704+0000","mapping_epoch":33,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":34,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-18T23:46:47.680864+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-18T23:46:47.680864+0000","last_clean_scrub_stamp":"2024-01-18T23:46:47.680864+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":32,"seq":137438953484,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297420,"kb_used_data":324,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443636,"statfs":{"total":95990841344,"available":95686283264,"internally_reserved":0,"allocated":331776,"data_stored":128634,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39900000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.315}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46100000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33600000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.434}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47599999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54300000000000004}]}]},{"osd":5,"up_from":28,"seq":120259084301,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":128949,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55700000000000005}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35699999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52600000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.31}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56599999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53600000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40300000000000002}]}]},{"osd":1,"up_from":20,"seq":85899345935,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":128949,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39200000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40000000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.255}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33700000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.314}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53900000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51900000000000002}]}]},{"osd":0,"up_from":16,"seq":68719476751,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":128949,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41699999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53600000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.438}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54900000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46899999999999997}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49099999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.629}]}]},{"osd":2,"up_from":20,"seq":85899345935,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297420,"kb_used_data":324,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443636,"statfs":{"total":95990841344,"available":95686283264,"internally_reserved":0,"allocated":331776,"data_stored":128634,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.30299999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.374}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36399999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56100000000000005}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44400000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54600000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57099999999999995}]}]},{"osd":4,"up_from":23,"seq":98784247822,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":128949,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34100000000000003}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46300000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54800000000000004}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39200000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51900000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58099999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56999999999999995}]}]},{"osd":3,"up_from":24,"seq":103079215117,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":127471,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.443}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.316}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45100000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46400000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35699999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47399999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.309}]}]},{"osd":6,"up_from":27,"seq":115964117004,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":128949,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34300000000000003}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38900000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50900000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47999999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49199999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59999999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53900000000000003}]}]}],"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-01-18T23:47:49.503 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph pg dump --format=json 2024-01-18T23:47:49.780 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:50.898 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:47:50.899 INFO:teuthology.orchestra.run.smithi008.stderr:dumped all 2024-01-18T23:47:50.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:49.128791+0000 mgr.smithi008.afsosb (mgr.14180) 115 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:47:50.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:49.309747+0000 mgr.smithi008.afsosb (mgr.14180) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:51.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:49.128791+0000 mgr.smithi008.afsosb (mgr.14180) 115 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:47:51.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:49.309747+0000 mgr.smithi008.afsosb (mgr.14180) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:51.295 INFO:teuthology.orchestra.run.smithi008.stdout:{"pg_ready":true,"pg_map":{"version":91,"stamp":"2024-01-18T23:47:49.309611+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":2379376,"kb_used_data":2608,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549072,"statfs":{"total":767926730752,"available":765490249728,"internally_reserved":0,"allocated":2670592,"data_stored":1029484,"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":34,"state":"active+clean","last_fresh":"2024-01-18T23:47:01.807704+0000","last_change":"2024-01-18T23:47:01.807704+0000","last_active":"2024-01-18T23:47:01.807704+0000","last_peered":"2024-01-18T23:47:01.807704+0000","last_clean":"2024-01-18T23:47:01.807704+0000","last_became_active":"2024-01-18T23:47:01.807359+0000","last_became_peered":"2024-01-18T23:47:01.807359+0000","last_unstale":"2024-01-18T23:47:01.807704+0000","last_undegraded":"2024-01-18T23:47:01.807704+0000","last_fullsized":"2024-01-18T23:47:01.807704+0000","mapping_epoch":33,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":34,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-18T23:46:47.680864+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-18T23:46:47.680864+0000","last_clean_scrub_stamp":"2024-01-18T23:46:47.680864+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":32,"seq":137438953484,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297420,"kb_used_data":324,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443636,"statfs":{"total":95990841344,"available":95686283264,"internally_reserved":0,"allocated":331776,"data_stored":128634,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39900000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.315}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46100000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33600000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.434}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47599999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54300000000000004}]}]},{"osd":5,"up_from":28,"seq":120259084301,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":128949,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55700000000000005}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35699999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52600000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.31}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56599999999999995}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53600000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40300000000000002}]}]},{"osd":1,"up_from":20,"seq":85899345936,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":128949,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 23:47:47 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":1.0589999999999999,"5min":1.0589999999999999,"15min":1.0589999999999999},"last":0.377},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"last":0.39300000000000002}]},{"osd":2,"last update":"Thu Jan 18 23:47:47 2024","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":1.032,"5min":1.032,"15min":1.032},"last":0.41899999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32900000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52300000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.30499999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46100000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.498}]}]},{"osd":0,"up_from":16,"seq":68719476752,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":128949,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41399999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35099999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.502}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39200000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45800000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42499999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60999999999999999}]}]},{"osd":2,"up_from":20,"seq":85899345936,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297420,"kb_used_data":324,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443636,"statfs":{"total":95990841344,"available":95686283264,"internally_reserved":0,"allocated":331776,"data_stored":128634,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.30299999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.374}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36399999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56100000000000005}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44400000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54600000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57099999999999995}]}]},{"osd":4,"up_from":23,"seq":98784247822,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":128949,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34100000000000003}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46300000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54800000000000004}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39200000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51900000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58099999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56999999999999995}]}]},{"osd":3,"up_from":24,"seq":103079215117,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297416,"kb_used_data":320,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443640,"statfs":{"total":95990841344,"available":95686287360,"internally_reserved":0,"allocated":327680,"data_stored":127471,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.443}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.316}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45100000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46400000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35699999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47399999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.309}]}]},{"osd":6,"up_from":27,"seq":115964117005,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297424,"kb_used_data":328,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443632,"statfs":{"total":95990841344,"available":95686279168,"internally_reserved":0,"allocated":335872,"data_stored":128949,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41199999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39300000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47799999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53000000000000003}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56799999999999995}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67000000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68100000000000005}]}]}],"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-01-18T23:47:51.296 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-18T23:47:51.296 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-18T23:47:51.296 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-18T23:47:51.297 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph health --format=json 2024-01-18T23:47:51.568 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/mon.smithi008/config 2024-01-18T23:47:52.697 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:47:52.967 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:50.895136+0000 mgr.smithi008.afsosb (mgr.14180) 117 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:47:52.967 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:51.310047+0000 mgr.smithi008.afsosb (mgr.14180) 118 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:52.967 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:52.695220+0000 mon.smithi008 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.8:0/2645837018' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-18T23:47:53.061 INFO:teuthology.orchestra.run.smithi008.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-18T23:47:53.061 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-18T23:47:53.061 INFO:tasks.cephadm:Setup complete, yielding 2024-01-18T23:47:53.061 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T23:47:53.111 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2024-01-18T23:47:53.111 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- bash -c 'ceph orch status' 2024-01-18T23:47:53.112 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:50.895136+0000 mgr.smithi008.afsosb (mgr.14180) 117 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:47:53.112 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:51.310047+0000 mgr.smithi008.afsosb (mgr.14180) 118 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:53.112 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:52.695220+0000 mon.smithi008 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.8:0/2645837018' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-18T23:47:54.492 INFO:teuthology.orchestra.run.smithi008.stdout:Backend: cephadm 2024-01-18T23:47:54.492 INFO:teuthology.orchestra.run.smithi008.stdout:Available: Yes 2024-01-18T23:47:54.493 INFO:teuthology.orchestra.run.smithi008.stdout:Paused: No 2024-01-18T23:47:54.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:53.310347+0000 mgr.smithi008.afsosb (mgr.14180) 119 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:54.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:53.310347+0000 mgr.smithi008.afsosb (mgr.14180) 119 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:54.869 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-18T23:47:56.057 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:54.491360+0000 mgr.smithi008.afsosb (mgr.14180) 120 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:47:56.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:54.491360+0000 mgr.smithi008.afsosb (mgr.14180) 120 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:47:56.426 INFO:teuthology.orchestra.run.smithi008.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-18T23:47:56.426 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager.smithi008 smithi008 *:9093,9094 running (54s) 25s ago 2m 14.0M - 0.23.0 ba2b418f427c 464fc2cf4e79 2024-01-18T23:47:56.427 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi008 smithi008 running (2m) 25s ago 2m 7298k - 16.2.14-454-g491b5e13 5debfd7ac2a7 a7b4367da6e4 2024-01-18T23:47:56.427 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi060 smithi060 running (2m) 27s ago 2m 7415k - 16.2.14-454-g491b5e13 5debfd7ac2a7 78473b4aaa21 2024-01-18T23:47:56.427 INFO:teuthology.orchestra.run.smithi008.stdout:grafana.smithi008 smithi008 *:3000 running (50s) 25s ago 2m 49.7M - 8.3.5 dad864ee21e9 847f47ace3ad 2024-01-18T23:47:56.427 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi008.afsosb smithi008 *:9283 running (3m) 25s ago 3m 447M - 16.2.14-454-g491b5e13 5debfd7ac2a7 33310a0e0c3e 2024-01-18T23:47:56.427 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi060.chknjn smithi060 *:8443,9283 running (2m) 27s ago 2m 394M - 16.2.14-454-g491b5e13 5debfd7ac2a7 aa0a04aa06ab 2024-01-18T23:47:56.427 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi008 smithi008 running (3m) 25s ago 3m 72.9M 2048M 16.2.14-454-g491b5e13 5debfd7ac2a7 fb8a1a6afc57 2024-01-18T23:47:56.427 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi060 smithi060 running (117s) 27s ago 117s 64.3M 2048M 16.2.14-454-g491b5e13 5debfd7ac2a7 54d262f71197 2024-01-18T23:47:56.427 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi008 smithi008 *:9100 running (2m) 25s ago 2m 21.8M - 1.3.1 1dbe0e931976 15f60eb45240 2024-01-18T23:47:56.427 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi060 smithi060 *:9100 running (103s) 27s ago 103s 20.5M - 1.3.1 1dbe0e931976 c9f8e07396ab 2024-01-18T23:47:56.427 INFO:teuthology.orchestra.run.smithi008.stdout:osd.0 smithi060 running (79s) 27s ago 79s 34.5M 3993M 16.2.14-454-g491b5e13 5debfd7ac2a7 986b3ff97871 2024-01-18T23:47:56.427 INFO:teuthology.orchestra.run.smithi008.stdout:osd.1 smithi008 running (76s) 25s ago 75s 34.2M 3225M 16.2.14-454-g491b5e13 5debfd7ac2a7 066266444a4c 2024-01-18T23:47:56.427 INFO:teuthology.orchestra.run.smithi008.stdout:osd.2 smithi060 running (75s) 27s ago 75s 34.5M 3993M 16.2.14-454-g491b5e13 5debfd7ac2a7 9fada3429303 2024-01-18T23:47:56.427 INFO:teuthology.orchestra.run.smithi008.stdout:osd.3 smithi008 running (71s) 25s ago 71s 33.2M 3225M 16.2.14-454-g491b5e13 5debfd7ac2a7 6e7a6a2127ce 2024-01-18T23:47:56.428 INFO:teuthology.orchestra.run.smithi008.stdout:osd.4 smithi060 running (72s) 27s ago 72s 33.9M 3993M 16.2.14-454-g491b5e13 5debfd7ac2a7 fcff61ab8f4d 2024-01-18T23:47:56.428 INFO:teuthology.orchestra.run.smithi008.stdout:osd.5 smithi008 running (67s) 25s ago 67s 31.3M 3225M 16.2.14-454-g491b5e13 5debfd7ac2a7 54abd03119a4 2024-01-18T23:47:56.428 INFO:teuthology.orchestra.run.smithi008.stdout:osd.6 smithi060 running (68s) 27s ago 68s 29.9M 3993M 16.2.14-454-g491b5e13 5debfd7ac2a7 d8645827879f 2024-01-18T23:47:56.428 INFO:teuthology.orchestra.run.smithi008.stdout:osd.7 smithi008 running (62s) 25s ago 62s 33.6M 3225M 16.2.14-454-g491b5e13 5debfd7ac2a7 f76e9a751a4e 2024-01-18T23:47:56.428 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus.smithi008 smithi008 *:9095 running (47s) 25s ago 2m 45.0M - 2.33.4 514e6a882f6e cf6af7166b5f 2024-01-18T23:47:56.794 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-18T23:47:57.096 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:55.310661+0000 mgr.smithi008.afsosb (mgr.14180) 121 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:57.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:56 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:55.310661+0000 mgr.smithi008.afsosb (mgr.14180) 121 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:58.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:57 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:56.417879+0000 mgr.smithi008.afsosb (mgr.14180) 122 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:47:58.161 INFO:teuthology.orchestra.run.smithi008.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-18T23:47:58.161 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager ?:9093,9094 1/1 26s ago 3m count:1 2024-01-18T23:47:58.161 INFO:teuthology.orchestra.run.smithi008.stdout:crash 2/2 29s ago 3m * 2024-01-18T23:47:58.161 INFO:teuthology.orchestra.run.smithi008.stdout:grafana ?:3000 1/1 26s ago 3m count:1 2024-01-18T23:47:58.161 INFO:teuthology.orchestra.run.smithi008.stdout:mgr 2/2 29s ago 3m count:2 2024-01-18T23:47:58.161 INFO:teuthology.orchestra.run.smithi008.stdout:mon 2/2 29s ago 2m smithi008:172.21.15.8=smithi008;smithi060:172.21.15.60=smithi060;count:2 2024-01-18T23:47:58.161 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter ?:9100 2/2 29s ago 3m * 2024-01-18T23:47:58.161 INFO:teuthology.orchestra.run.smithi008.stdout:osd.all-available-devices 8 29s ago 104s * 2024-01-18T23:47:58.162 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus ?:9095 1/1 26s ago 3m count:1 2024-01-18T23:47:58.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:56.417879+0000 mgr.smithi008.afsosb (mgr.14180) 122 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:47:58.536 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-18T23:47:59.002 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:57.311012+0000 mgr.smithi008.afsosb (mgr.14180) 123 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:59.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:57.311012+0000 mgr.smithi008.afsosb (mgr.14180) 123 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:47:59.828 INFO:teuthology.orchestra.run.smithi008.stdout:HOST ADDR LABELS STATUS 2024-01-18T23:47:59.828 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 172.21.15.8 2024-01-18T23:47:59.828 INFO:teuthology.orchestra.run.smithi008.stdout:smithi060 172.21.15.60 2024-01-18T23:47:59.828 INFO:teuthology.orchestra.run.smithi008.stdout:2 hosts in cluster 2024-01-18T23:47:59.979 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:47:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:58.156373+0000 mgr.smithi008.afsosb (mgr.14180) 124 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:48:00.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:47:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:58.156373+0000 mgr.smithi008.afsosb (mgr.14180) 124 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:48:00.194 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-18T23:48:00.806 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:47:59.311474+0000 mgr.smithi008.afsosb (mgr.14180) 125 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:48:01.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:47:59.311474+0000 mgr.smithi008.afsosb (mgr.14180) 125 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:48:01.511 INFO:teuthology.orchestra.run.smithi008.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-18T23:48:01.511 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7476004A480DGN 447G 42s ago Has a FileSystem, LVM detected 2024-01-18T23:48:01.511 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme1n1 ssd Linux_f9f8e2e151a5c9e06edd 89.4G 42s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T23:48:01.511 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme2n1 ssd Linux_f44c52733ba4a4fb3e2b 89.4G 42s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T23:48:01.511 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme3n1 ssd Linux_580b1024c2b32a639b85 89.4G 42s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T23:48:01.511 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme4n1 ssd Linux_665a505e4d043a6af426 89.4G 42s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T23:48:01.511 INFO:teuthology.orchestra.run.smithi008.stdout:smithi060 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7476008A480DGN 447G 45s ago Has a FileSystem, LVM detected 2024-01-18T23:48:01.511 INFO:teuthology.orchestra.run.smithi008.stdout:smithi060 /dev/nvme1n1 ssd Linux_e3aca8581edba8227c8c 89.4G 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T23:48:01.511 INFO:teuthology.orchestra.run.smithi008.stdout:smithi060 /dev/nvme2n1 ssd Linux_0751d1f483e1d493c15c 89.4G 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T23:48:01.512 INFO:teuthology.orchestra.run.smithi008.stdout:smithi060 /dev/nvme3n1 ssd Linux_246eef3de3a4d3a7017e 89.4G 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T23:48:01.512 INFO:teuthology.orchestra.run.smithi008.stdout:smithi060 /dev/nvme4n1 ssd Linux_7acf93893df9e70a7bb4 89.4G 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T23:48:01.876 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:01 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:47:59.826637+0000 mgr.smithi008.afsosb (mgr.14180) 126 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:48:01.877 INFO:teuthology.run_tasks:Running task vip... 2024-01-18T23:48:01.887 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-18T23:48:01.887 INFO:tasks.vip:peername 172.21.15.8 2024-01-18T23:48:01.890 INFO:tasks.vip:172.21.15.8 in 172.21.0.0/20, pos 3847 2024-01-18T23:48:01.895 INFO:tasks.vip:smithi008.front.sepia.ceph.com static 10.0.15.8, vnet 10.0.0.0/16 2024-01-18T23:48:01.895 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-18T23:48:01.896 DEBUG:teuthology.orchestra.run.smithi008:> sudo ip route ls 2024-01-18T23:48:01.926 INFO:teuthology.orchestra.run.smithi008.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.8 metric 100 2024-01-18T23:48:01.926 INFO:teuthology.orchestra.run.smithi008.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.8 metric 100 2024-01-18T23:48:01.927 INFO:tasks.vip:Configuring 10.0.15.8 on smithi008.front.sepia.ceph.com iface ens1f0... 2024-01-18T23:48:01.928 DEBUG:teuthology.orchestra.run.smithi008:> sudo ip addr add 10.0.15.8/16 dev ens1f0 2024-01-18T23:48:01.996 INFO:tasks.vip:peername 172.21.15.60 2024-01-18T23:48:01.999 INFO:tasks.vip:172.21.15.60 in 172.21.0.0/20, pos 3899 2024-01-18T23:48:02.004 INFO:tasks.vip:smithi060.front.sepia.ceph.com static 10.0.15.60, vnet 10.0.0.0/16 2024-01-18T23:48:02.004 DEBUG:teuthology.orchestra.run.smithi060:> sudo ip route ls 2024-01-18T23:48:02.040 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:01 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:47:59.826637+0000 mgr.smithi008.afsosb (mgr.14180) 126 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:48:02.043 INFO:teuthology.orchestra.run.smithi060.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.60 metric 100 2024-01-18T23:48:02.043 INFO:teuthology.orchestra.run.smithi060.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.60 metric 100 2024-01-18T23:48:02.045 INFO:tasks.vip:Configuring 10.0.15.60 on smithi060.front.sepia.ceph.com iface ens1f0... 2024-01-18T23:48:02.045 DEBUG:teuthology.orchestra.run.smithi060:> sudo ip addr add 10.0.15.60/16 dev ens1f0 2024-01-18T23:48:02.118 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T23:48:02.127 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2024-01-18T23:48:02.128 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-18T23:48:03.081 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:01.311771+0000 mgr.smithi008.afsosb (mgr.14180) 127 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:48:03.081 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:01.507941+0000 mgr.smithi008.afsosb (mgr.14180) 128 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:48:03.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:01.311771+0000 mgr.smithi008.afsosb (mgr.14180) 127 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:48:03.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:01.507941+0000 mgr.smithi008.afsosb (mgr.14180) 128 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:48:03.461 INFO:teuthology.orchestra.run.smithi008.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-18T23:48:03.461 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7476004A480DGN 447G 44s ago Has a FileSystem, LVM detected 2024-01-18T23:48:03.461 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme1n1 ssd Linux_f9f8e2e151a5c9e06edd 89.4G 44s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T23:48:03.461 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme2n1 ssd Linux_f44c52733ba4a4fb3e2b 89.4G 44s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T23:48:03.461 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme3n1 ssd Linux_580b1024c2b32a639b85 89.4G 44s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T23:48:03.461 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme4n1 ssd Linux_665a505e4d043a6af426 89.4G 44s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T23:48:03.461 INFO:teuthology.orchestra.run.smithi008.stdout:smithi060 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7476008A480DGN 447G 47s ago Has a FileSystem, LVM detected 2024-01-18T23:48:03.461 INFO:teuthology.orchestra.run.smithi008.stdout:smithi060 /dev/nvme1n1 ssd Linux_e3aca8581edba8227c8c 89.4G 47s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T23:48:03.461 INFO:teuthology.orchestra.run.smithi008.stdout:smithi060 /dev/nvme2n1 ssd Linux_0751d1f483e1d493c15c 89.4G 47s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T23:48:03.461 INFO:teuthology.orchestra.run.smithi008.stdout:smithi060 /dev/nvme3n1 ssd Linux_246eef3de3a4d3a7017e 89.4G 47s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T23:48:03.462 INFO:teuthology.orchestra.run.smithi008.stdout:smithi060 /dev/nvme4n1 ssd Linux_7acf93893df9e70a7bb4 89.4G 47s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T23:48:03.799 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:03 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:03.502794+0000 mon.smithi008 (mon.0) 569 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:48:03.891 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-18T23:48:03.900 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2024-01-18T23:48:03.901 DEBUG:teuthology.orchestra.run.smithi008:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-18T23:48:03.935 INFO:teuthology.orchestra.run.smithi008.stderr:+ systemctl stop nfs-server 2024-01-18T23:48:03.942 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi060.front.sepia.ceph.com 2024-01-18T23:48:03.942 DEBUG:teuthology.orchestra.run.smithi060:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-18T23:48:03.970 INFO:teuthology.orchestra.run.smithi060.stderr:+ systemctl stop nfs-server 2024-01-18T23:48:03.977 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T23:48:03.986 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2024-01-18T23:48:03.986 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-01-18T23:48:04.051 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:03 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:03.502794+0000 mon.smithi008 (mon.0) 569 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:48:05.007 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:03.312013+0000 mgr.smithi008.afsosb (mgr.14180) 129 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:48:05.007 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:03.452928+0000 mgr.smithi008.afsosb (mgr.14180) 130 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:48:05.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:03.312013+0000 mgr.smithi008.afsosb (mgr.14180) 129 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:48:05.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:03.452928+0000 mgr.smithi008.afsosb (mgr.14180) 130 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:48:06.414 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:04.799695+0000 mon.smithi008 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:06.414 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:05.760791+0000 mon.smithi008 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-18T23:48:06.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:04.799695+0000 mon.smithi008 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:06.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:05.760791+0000 mon.smithi008 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-18T23:48:07.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:05.312530+0000 mgr.smithi008.afsosb (mgr.14180) 131 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:48:07.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:05.760268+0000 mgr.smithi008.afsosb (mgr.14180) 132 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:48:07.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:06.256101+0000 mon.smithi008 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-18T23:48:07.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:06.256176+0000 mon.smithi008 (mon.0) 573 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-18T23:48:07.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:06.264602+0000 mon.smithi008 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-18T23:48:07.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:06.832823+0000 mon.smithi008 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:07.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-18T23:48:07.262+0000 7fd6da5af700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-18T23:48:07.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:07 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:05.312530+0000 mgr.smithi008.afsosb (mgr.14180) 131 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:48:07.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:07 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:05.760268+0000 mgr.smithi008.afsosb (mgr.14180) 132 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:48:07.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:07 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:06.256101+0000 mon.smithi008 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-18T23:48:07.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:07 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:06.256176+0000 mon.smithi008 (mon.0) 573 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-18T23:48:07.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:07 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:06.264602+0000 mon.smithi008 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-18T23:48:07.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:07 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:06.832823+0000 mon.smithi008 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:07.798 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.8/16 --port 2999' 2024-01-18T23:48:08.375 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:07.257672+0000 mon.smithi008 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-18T23:48:08.375 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:07.257740+0000 mon.smithi008 (mon.0) 577 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-18T23:48:08.376 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:07.262606+0000 mon.smithi008 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-18T23:48:08.376 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:07.263448+0000 mon.smithi008 (mon.0) 579 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-18T23:48:08.376 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:07.263475+0000 mon.smithi008 (mon.0) 580 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-18T23:48:08.376 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:07.273952+0000 mon.smithi008 (mon.0) 581 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-18T23:48:08.376 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:07.274105+0000 mon.smithi008 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-18T23:48:08.376 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:07.274187+0000 mon.smithi008 (mon.0) 583 : cluster [DBG] fsmap foofs:0 2024-01-18T23:48:08.376 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:48:07.282078+0000 mgr.smithi008.afsosb (mgr.14180) 133 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-18T23:48:08.376 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:07.287436+0000 mon.smithi008 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:08.376 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:07.312920+0000 mgr.smithi008.afsosb (mgr.14180) 134 : cluster [DBG] pgmap v103: 65 pgs: 64 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:48:08.376 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:07.385155+0000 mon.smithi008 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:08.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:07.257672+0000 mon.smithi008 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-18T23:48:08.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:07.257740+0000 mon.smithi008 (mon.0) 577 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-18T23:48:08.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:07.262606+0000 mon.smithi008 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-18T23:48:08.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:07.263448+0000 mon.smithi008 (mon.0) 579 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-18T23:48:08.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:07.263475+0000 mon.smithi008 (mon.0) 580 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-18T23:48:08.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:07.273952+0000 mon.smithi008 (mon.0) 581 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-18T23:48:08.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:07.274105+0000 mon.smithi008 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-18T23:48:08.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:07.274187+0000 mon.smithi008 (mon.0) 583 : cluster [DBG] fsmap foofs:0 2024-01-18T23:48:08.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:48:07.282078+0000 mgr.smithi008.afsosb (mgr.14180) 133 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-18T23:48:08.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:07.287436+0000 mon.smithi008 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:08.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:07.312920+0000 mgr.smithi008.afsosb (mgr.14180) 134 : cluster [DBG] pgmap v103: 65 pgs: 64 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:48:08.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:07.385155+0000 mon.smithi008 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:09.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:08.274595+0000 mon.smithi008 (mon.0) 586 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-18T23:48:10.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:09 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:08.274595+0000 mon.smithi008 (mon.0) 586 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-18T23:48:10.751 INFO:teuthology.orchestra.run.smithi008.stdout:NFS Cluster Created Successfully 2024-01-18T23:48:10.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:09.269181+0000 mgr.smithi008.afsosb (mgr.14180) 135 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.8/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:48:10.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:09.270507+0000 mon.smithi008 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-18T23:48:10.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:09.313279+0000 mgr.smithi008.afsosb (mgr.14180) 136 : cluster [DBG] pgmap v105: 65 pgs: 3 creating+activating, 4 creating+peering, 20 active+clean, 38 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:48:10.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:09.715746+0000 mon.smithi008 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-18T23:48:10.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:09.715817+0000 mon.smithi008 (mon.0) 589 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-18T23:48:10.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:09.717696+0000 mon.smithi008 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-18T23:48:10.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:09.801657+0000 mon.smithi008 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:10.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:09.802520+0000 mon.smithi008 (mon.0) 592 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:48:10.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:09.803158+0000 mon.smithi008 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T23:48:10.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:09.806579+0000 mon.smithi008 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:10.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:09.810034+0000 mon.smithi008 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T23:48:10.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:09.816768+0000 mon.smithi008 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:10.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:09.817405+0000 mon.smithi008 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi060.dbjwcl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-18T23:48:10.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:09.819804+0000 mon.smithi008 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi060.dbjwcl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-18T23:48:10.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:09.820318+0000 mon.smithi008 (mon.0) 599 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:48:11.066 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:09.269181+0000 mgr.smithi008.afsosb (mgr.14180) 135 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.8/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:48:11.066 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:09.270507+0000 mon.smithi008 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-18T23:48:11.066 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:09.313279+0000 mgr.smithi008.afsosb (mgr.14180) 136 : cluster [DBG] pgmap v105: 65 pgs: 3 creating+activating, 4 creating+peering, 20 active+clean, 38 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:48:11.066 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:09.715746+0000 mon.smithi008 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-18T23:48:11.066 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:09.715817+0000 mon.smithi008 (mon.0) 589 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-18T23:48:11.066 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:09.717696+0000 mon.smithi008 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-18T23:48:11.066 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:09.801657+0000 mon.smithi008 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:11.067 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:09.802520+0000 mon.smithi008 (mon.0) 592 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:48:11.067 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:09.803158+0000 mon.smithi008 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T23:48:11.067 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:09.806579+0000 mon.smithi008 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:11.067 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:09.810034+0000 mon.smithi008 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T23:48:11.067 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:09.816768+0000 mon.smithi008 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:11.067 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:09.817405+0000 mon.smithi008 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi060.dbjwcl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-18T23:48:11.067 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:09.819804+0000 mon.smithi008 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi060.dbjwcl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-18T23:48:11.067 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:09.820318+0000 mon.smithi008 (mon.0) 599 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:48:11.111 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-01-18T23:48:12.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:48:09.820828+0000 mgr.smithi008.afsosb (mgr.14180) 137 : cephadm [INF] Deploying daemon mds.foofs.smithi060.dbjwcl on smithi060 2024-01-18T23:48:12.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:10.716516+0000 mon.smithi008 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-18T23:48:12.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:10.716756+0000 mon.smithi008 (mon.0) 601 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-18T23:48:12.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:48:10.741594+0000 mgr.smithi008.afsosb (mgr.14180) 138 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-18T23:48:12.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:10.745072+0000 mon.smithi008 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:12.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:48:10.746376+0000 mgr.smithi008.afsosb (mgr.14180) 139 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-18T23:48:12.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:10.748835+0000 mon.smithi008 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:12.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:11.497121+0000 mon.smithi008 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:12.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:11.498141+0000 mon.smithi008 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi008.lrranu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-18T23:48:12.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:11.500564+0000 mon.smithi008 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi008.lrranu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-18T23:48:12.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:11.501139+0000 mon.smithi008 (mon.0) 607 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:48:12.162 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:48:09.820828+0000 mgr.smithi008.afsosb (mgr.14180) 137 : cephadm [INF] Deploying daemon mds.foofs.smithi060.dbjwcl on smithi060 2024-01-18T23:48:12.162 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:10.716516+0000 mon.smithi008 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-18T23:48:12.162 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:10.716756+0000 mon.smithi008 (mon.0) 601 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-18T23:48:12.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:48:10.741594+0000 mgr.smithi008.afsosb (mgr.14180) 138 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-18T23:48:12.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:10.745072+0000 mon.smithi008 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:12.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:48:10.746376+0000 mgr.smithi008.afsosb (mgr.14180) 139 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-18T23:48:12.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:10.748835+0000 mon.smithi008 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:12.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:11.497121+0000 mon.smithi008 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:12.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:11.498141+0000 mon.smithi008 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi008.lrranu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-18T23:48:12.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:11.500564+0000 mon.smithi008 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi008.lrranu", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-18T23:48:12.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:11.501139+0000 mon.smithi008 (mon.0) 607 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:48:12.784 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2024-01-18T23:48:12.784 INFO:teuthology.orchestra.run.smithi008.stdout: "bind": "/fake", 2024-01-18T23:48:12.784 INFO:teuthology.orchestra.run.smithi008.stdout: "fs": "foofs", 2024-01-18T23:48:12.784 INFO:teuthology.orchestra.run.smithi008.stdout: "path": "/", 2024-01-18T23:48:12.784 INFO:teuthology.orchestra.run.smithi008.stdout: "cluster": "foo", 2024-01-18T23:48:12.785 INFO:teuthology.orchestra.run.smithi008.stdout: "mode": "RW" 2024-01-18T23:48:12.785 INFO:teuthology.orchestra.run.smithi008.stdout:} 2024-01-18T23:48:12.892 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:11.313575+0000 mgr.smithi008.afsosb (mgr.14180) 140 : cluster [DBG] pgmap v108: 97 pgs: 3 creating+activating, 14 creating+peering, 58 active+clean, 22 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:48:12.892 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:48:11.501683+0000 mgr.smithi008.afsosb (mgr.14180) 141 : cephadm [INF] Deploying daemon mds.foofs.smithi008.lrranu on smithi008 2024-01-18T23:48:12.892 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:11.717660+0000 mon.smithi008 (mon.0) 608 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-18T23:48:12.892 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:11.753103+0000 mon.smithi008 (mon.0) 609 : cluster [DBG] mds.? [v2:172.21.15.60:6832/1112431471,v1:172.21.15.60:6833/1112431471] up:boot 2024-01-18T23:48:12.892 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:11.753152+0000 mon.smithi008 (mon.0) 610 : cluster [INF] daemon mds.foofs.smithi060.dbjwcl assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-18T23:48:12.892 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:11.753222+0000 mon.smithi008 (mon.0) 611 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-18T23:48:12.892 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:11.753239+0000 mon.smithi008 (mon.0) 612 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-18T23:48:12.892 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:11.753253+0000 mon.smithi008 (mon.0) 613 : cluster [INF] Cluster is now healthy 2024-01-18T23:48:12.893 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:11.753425+0000 mon.smithi008 (mon.0) 614 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-01-18T23:48:12.893 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:11.753540+0000 mon.smithi008 (mon.0) 615 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi060.dbjwcl"}]: dispatch 2024-01-18T23:48:12.893 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:11.756991+0000 mon.smithi008 (mon.0) 616 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi060.dbjwcl=up:creating} 2024-01-18T23:48:12.893 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:11.769880+0000 mon.smithi008 (mon.0) 617 : cluster [INF] daemon mds.foofs.smithi060.dbjwcl is now active in filesystem foofs as rank 0 2024-01-18T23:48:13.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:11.313575+0000 mgr.smithi008.afsosb (mgr.14180) 140 : cluster [DBG] pgmap v108: 97 pgs: 3 creating+activating, 14 creating+peering, 58 active+clean, 22 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:48:13.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:48:11.501683+0000 mgr.smithi008.afsosb (mgr.14180) 141 : cephadm [INF] Deploying daemon mds.foofs.smithi008.lrranu on smithi008 2024-01-18T23:48:13.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:11.717660+0000 mon.smithi008 (mon.0) 608 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-18T23:48:13.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:11.753103+0000 mon.smithi008 (mon.0) 609 : cluster [DBG] mds.? [v2:172.21.15.60:6832/1112431471,v1:172.21.15.60:6833/1112431471] up:boot 2024-01-18T23:48:13.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:11.753152+0000 mon.smithi008 (mon.0) 610 : cluster [INF] daemon mds.foofs.smithi060.dbjwcl assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-18T23:48:13.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:11.753222+0000 mon.smithi008 (mon.0) 611 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-18T23:48:13.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:11.753239+0000 mon.smithi008 (mon.0) 612 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-18T23:48:13.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:11.753253+0000 mon.smithi008 (mon.0) 613 : cluster [INF] Cluster is now healthy 2024-01-18T23:48:13.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:11.753425+0000 mon.smithi008 (mon.0) 614 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-01-18T23:48:13.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:11.753540+0000 mon.smithi008 (mon.0) 615 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi060.dbjwcl"}]: dispatch 2024-01-18T23:48:13.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:11.756991+0000 mon.smithi008 (mon.0) 616 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi060.dbjwcl=up:creating} 2024-01-18T23:48:13.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:11.769880+0000 mon.smithi008 (mon.0) 617 : cluster [INF] daemon mds.foofs.smithi060.dbjwcl is now active in filesystem foofs as rank 0 2024-01-18T23:48:13.217 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-18T23:48:13.348 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-01-18T23:48:13.348 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:48:13.889 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:12.556682+0000 mgr.smithi008.afsosb (mgr.14180) 142 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:48:13.890 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:12.757805+0000 mon.smithi008 (mon.0) 618 : cluster [DBG] mds.? [v2:172.21.15.60:6832/1112431471,v1:172.21.15.60:6833/1112431471] up:active 2024-01-18T23:48:13.890 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:12.757870+0000 mon.smithi008 (mon.0) 619 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi060.dbjwcl=up:active} 2024-01-18T23:48:13.890 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:12.764740+0000 mon.smithi008 (mon.0) 620 : cluster [DBG] mgrmap e19: smithi008.afsosb(active, since 2m), standbys: smithi060.chknjn 2024-01-18T23:48:13.890 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:12.764939+0000 mon.smithi008 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-01-18T23:48:13.890 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:12.777400+0000 mon.smithi008 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-01-18T23:48:13.890 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:13.621207+0000 mon.smithi008 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:13.890 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:13.622490+0000 mon.smithi008 (mon.0) 624 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:48:14.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:12.556682+0000 mgr.smithi008.afsosb (mgr.14180) 142 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T23:48:14.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:12.757805+0000 mon.smithi008 (mon.0) 618 : cluster [DBG] mds.? [v2:172.21.15.60:6832/1112431471,v1:172.21.15.60:6833/1112431471] up:active 2024-01-18T23:48:14.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:12.757870+0000 mon.smithi008 (mon.0) 619 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi060.dbjwcl=up:active} 2024-01-18T23:48:14.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:12.764740+0000 mon.smithi008 (mon.0) 620 : cluster [DBG] mgrmap e19: smithi008.afsosb(active, since 2m), standbys: smithi060.chknjn 2024-01-18T23:48:14.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:12.764939+0000 mon.smithi008 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-01-18T23:48:14.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:12.777400+0000 mon.smithi008 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-01-18T23:48:14.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:13.621207+0000 mon.smithi008 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:14.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:13.622490+0000 mon.smithi008 (mon.0) 624 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:48:14.707 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:48:14.707 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:06.826174Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:04.794422Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:06.826335Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:04.794561Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:04.794635Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:04.794702Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:04.794767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:06.826464Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:48:14.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:13.313987+0000 mgr.smithi008.afsosb (mgr.14180) 143 : cluster [DBG] pgmap v110: 97 pgs: 3 creating+activating, 10 creating+peering, 70 active+clean, 14 unknown; 22 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:48:14.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:13.779316+0000 mon.smithi008 (mon.0) 625 : cluster [DBG] mds.? [v2:172.21.15.8:6834/3983688052,v1:172.21.15.8:6835/3983688052] up:boot 2024-01-18T23:48:14.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:13.779530+0000 mon.smithi008 (mon.0) 626 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi060.dbjwcl=up:active} 1 up:standby 2024-01-18T23:48:14.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:13.780024+0000 mon.smithi008 (mon.0) 627 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi008.lrranu"}]: dispatch 2024-01-18T23:48:14.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:13.781983+0000 mon.smithi008 (mon.0) 628 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi060.dbjwcl=up:active} 1 up:standby 2024-01-18T23:48:15.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:13.313987+0000 mgr.smithi008.afsosb (mgr.14180) 143 : cluster [DBG] pgmap v110: 97 pgs: 3 creating+activating, 10 creating+peering, 70 active+clean, 14 unknown; 22 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T23:48:15.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:13.779316+0000 mon.smithi008 (mon.0) 625 : cluster [DBG] mds.? [v2:172.21.15.8:6834/3983688052,v1:172.21.15.8:6835/3983688052] up:boot 2024-01-18T23:48:15.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:13.779530+0000 mon.smithi008 (mon.0) 626 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi060.dbjwcl=up:active} 1 up:standby 2024-01-18T23:48:15.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:13.780024+0000 mon.smithi008 (mon.0) 627 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi008.lrranu"}]: dispatch 2024-01-18T23:48:15.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:13.781983+0000 mon.smithi008 (mon.0) 628 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi060.dbjwcl=up:active} 1 up:standby 2024-01-18T23:48:15.293 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:48:16.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:14.702303+0000 mgr.smithi008.afsosb (mgr.14180) 144 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:16.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:14.787178+0000 mon.smithi008 (mon.0) 629 : cluster [DBG] mgrmap e20: smithi008.afsosb(active, since 2m), standbys: smithi060.chknjn 2024-01-18T23:48:16.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:15.020635+0000 mon.smithi008 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:16.137 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:14.702303+0000 mgr.smithi008.afsosb (mgr.14180) 144 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:16.137 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:14.787178+0000 mon.smithi008 (mon.0) 629 : cluster [DBG] mgrmap e20: smithi008.afsosb(active, since 2m), standbys: smithi060.chknjn 2024-01-18T23:48:16.137 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:15.020635+0000 mon.smithi008 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:16.294 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:48:17.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:15.314548+0000 mgr.smithi008.afsosb (mgr.14180) 145 : cluster [DBG] pgmap v111: 97 pgs: 9 creating+peering, 88 active+clean; 804 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s wr, 8 op/s 2024-01-18T23:48:17.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:15.314548+0000 mgr.smithi008.afsosb (mgr.14180) 145 : cluster [DBG] pgmap v111: 97 pgs: 9 creating+peering, 88 active+clean; 804 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s wr, 8 op/s 2024-01-18T23:48:17.866 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:48:17.866 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:48:18.392 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:48:18.427 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:17.164046+0000 mon.smithi008 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:18.427 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:17.164905+0000 mon.smithi008 (mon.0) 632 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:48:18.427 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:17.165586+0000 mon.smithi008 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T23:48:18.427 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:17.169517+0000 mon.smithi008 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:18.427 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:17.173093+0000 mon.smithi008 (mon.0) 635 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T23:48:18.427 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:17.180322+0000 mon.smithi008 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:18.427 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:48:17.196479+0000 mgr.smithi008.afsosb (mgr.14180) 146 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi008.ghoaaf 2024-01-18T23:48:18.427 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:17.196769+0000 mon.smithi008 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.ghoaaf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-18T23:48:18.427 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:17.200024+0000 mon.smithi008 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.ghoaaf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-18T23:48:18.427 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:48:17.200547+0000 mgr.smithi008.afsosb (mgr.14180) 147 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-18T23:48:18.427 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:17.200753+0000 mon.smithi008 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-18T23:48:18.427 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:17.203471+0000 mon.smithi008 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-18T23:48:18.428 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:17.204325+0000 mon.smithi008 (mon.0) 641 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:48:18.428 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:17.242537+0000 mon.smithi008 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-18T23:48:18.428 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:17.246056+0000 mon.smithi008 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-18T23:48:18.428 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:48:17.289102+0000 mgr.smithi008.afsosb (mgr.14180) 148 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-18T23:48:18.428 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:48:17.289237+0000 mgr.smithi008.afsosb (mgr.14180) 149 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi008.ghoaaf-rgw 2024-01-18T23:48:18.428 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:17.289589+0000 mon.smithi008 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.ghoaaf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T23:48:18.428 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:17.292798+0000 mon.smithi008 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.ghoaaf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T23:48:18.428 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:17.296552+0000 mon.smithi008 (mon.0) 646 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:48:18.428 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:48:17.297313+0000 mgr.smithi008.afsosb (mgr.14180) 150 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi008.ghoaaf on smithi008 2024-01-18T23:48:18.428 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:17.315375+0000 mgr.smithi008.afsosb (mgr.14180) 151 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s wr, 7 op/s 2024-01-18T23:48:18.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:17.164046+0000 mon.smithi008 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:18.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:17.164905+0000 mon.smithi008 (mon.0) 632 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:48:18.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:17.165586+0000 mon.smithi008 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T23:48:18.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:17.169517+0000 mon.smithi008 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:18.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:17.173093+0000 mon.smithi008 (mon.0) 635 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T23:48:18.600 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:17.180322+0000 mon.smithi008 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:18.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:48:17.196479+0000 mgr.smithi008.afsosb (mgr.14180) 146 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi008.ghoaaf 2024-01-18T23:48:18.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:17.196769+0000 mon.smithi008 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.ghoaaf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-18T23:48:18.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:17.200024+0000 mon.smithi008 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.ghoaaf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-18T23:48:18.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:48:17.200547+0000 mgr.smithi008.afsosb (mgr.14180) 147 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-18T23:48:18.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:17.200753+0000 mon.smithi008 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-18T23:48:18.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:17.203471+0000 mon.smithi008 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-18T23:48:18.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:17.204325+0000 mon.smithi008 (mon.0) 641 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:48:18.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:17.242537+0000 mon.smithi008 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-18T23:48:18.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:17.246056+0000 mon.smithi008 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-18T23:48:18.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:48:17.289102+0000 mgr.smithi008.afsosb (mgr.14180) 148 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-18T23:48:18.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:48:17.289237+0000 mgr.smithi008.afsosb (mgr.14180) 149 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi008.ghoaaf-rgw 2024-01-18T23:48:18.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:17.289589+0000 mon.smithi008 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.ghoaaf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T23:48:18.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:17.292798+0000 mon.smithi008 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.ghoaaf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T23:48:18.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:17.296552+0000 mon.smithi008 (mon.0) 646 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:48:18.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:48:17.297313+0000 mgr.smithi008.afsosb (mgr.14180) 150 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi008.ghoaaf on smithi008 2024-01-18T23:48:18.601 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:17.315375+0000 mgr.smithi008.afsosb (mgr.14180) 151 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s wr, 7 op/s 2024-01-18T23:48:19.393 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:48:19.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:19 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:17.861265+0000 mgr.smithi008.afsosb (mgr.14180) 152 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:19.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:19 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:18.482793+0000 mon.smithi008 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:19.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:19 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:19.365898+0000 mon.smithi008 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:19.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:19 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:19.370767+0000 mon.smithi008 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:19.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:19 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:17.861265+0000 mgr.smithi008.afsosb (mgr.14180) 152 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:19.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:19 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:18.482793+0000 mon.smithi008 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:19.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:19 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:19.365898+0000 mon.smithi008 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:19.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:19 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:19.370767+0000 mon.smithi008 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:20.797 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:48:20.797 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:48:21.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:19.315878+0000 mgr.smithi008.afsosb (mgr.14180) 153 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 2.8 KiB/s wr, 6 op/s 2024-01-18T23:48:21.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:48:19.377867+0000 mgr.smithi008.afsosb (mgr.14180) 154 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.zgxkpa on smithi060 2024-01-18T23:48:21.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:19.315878+0000 mgr.smithi008.afsosb (mgr.14180) 153 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 2.8 KiB/s wr, 6 op/s 2024-01-18T23:48:21.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:48:19.377867+0000 mgr.smithi008.afsosb (mgr.14180) 154 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.zgxkpa on smithi060 2024-01-18T23:48:21.174 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:48:22.175 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:48:22.844 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:20.788604+0000 mgr.smithi008.afsosb (mgr.14180) 155 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:22.844 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:21.316483+0000 mgr.smithi008.afsosb (mgr.14180) 156 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 383 B/s rd, 2.1 KiB/s wr, 4 op/s 2024-01-18T23:48:23.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:20.788604+0000 mgr.smithi008.afsosb (mgr.14180) 155 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:23.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:21.316483+0000 mgr.smithi008.afsosb (mgr.14180) 156 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 383 B/s rd, 2.1 KiB/s wr, 4 op/s 2024-01-18T23:48:23.522 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:48:23.522 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:48:23.857 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:48:24.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:23.316857+0000 mgr.smithi008.afsosb (mgr.14180) 157 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 307 B/s rd, 1.7 KiB/s wr, 3 op/s 2024-01-18T23:48:24.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:23.489683+0000 mon.smithi008 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:24.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:23.517841+0000 mgr.smithi008.afsosb (mgr.14180) 158 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:24.859 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:48:24.893 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:23.316857+0000 mgr.smithi008.afsosb (mgr.14180) 157 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 307 B/s rd, 1.7 KiB/s wr, 3 op/s 2024-01-18T23:48:24.894 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:23.489683+0000 mon.smithi008 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:48:24.894 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:23.517841+0000 mgr.smithi008.afsosb (mgr.14180) 158 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:26.236 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:48:26.236 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:48:26.801 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:48:26.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:25.317305+0000 mgr.smithi008.afsosb (mgr.14180) 159 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.9 KiB/s wr, 4 op/s 2024-01-18T23:48:27.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:25.317305+0000 mgr.smithi008.afsosb (mgr.14180) 159 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.9 KiB/s wr, 4 op/s 2024-01-18T23:48:27.801 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:48:27.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:27 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:26.231092+0000 mgr.smithi008.afsosb (mgr.14180) 160 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:28.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:27 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:26.231092+0000 mgr.smithi008.afsosb (mgr.14180) 160 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:28.851 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:27.317835+0000 mgr.smithi008.afsosb (mgr.14180) 161 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-01-18T23:48:29.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:27.317835+0000 mgr.smithi008.afsosb (mgr.14180) 161 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-01-18T23:48:29.226 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:48:29.227 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:48:29.598 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:48:30.599 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:48:30.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:29.222302+0000 mgr.smithi008.afsosb (mgr.14180) 162 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:30.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:29.318316+0000 mgr.smithi008.afsosb (mgr.14180) 163 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2024-01-18T23:48:31.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:29.222302+0000 mgr.smithi008.afsosb (mgr.14180) 162 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:31.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:29.318316+0000 mgr.smithi008.afsosb (mgr.14180) 163 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2024-01-18T23:48:31.981 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:48:31.981 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:48:32.356 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:48:33.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:32 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:31.318722+0000 mgr.smithi008.afsosb (mgr.14180) 164 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-01-18T23:48:33.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:32 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:31.318722+0000 mgr.smithi008.afsosb (mgr.14180) 164 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-01-18T23:48:33.357 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:48:34.050 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:31.976502+0000 mgr.smithi008.afsosb (mgr.14180) 165 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:34.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:33 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:31.976502+0000 mgr.smithi008.afsosb (mgr.14180) 165 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:34.763 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:48:34.763 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:48:35.087 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:33.319222+0000 mgr.smithi008.afsosb (mgr.14180) 166 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2024-01-18T23:48:35.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:33.319222+0000 mgr.smithi008.afsosb (mgr.14180) 166 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2024-01-18T23:48:35.147 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:48:36.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:35 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:34.759024+0000 mgr.smithi008.afsosb (mgr.14180) 167 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:36.147 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:48:36.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:34.759024+0000 mgr.smithi008.afsosb (mgr.14180) 167 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:37.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:35.319918+0000 mgr.smithi008.afsosb (mgr.14180) 168 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-01-18T23:48:37.144 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:35.319918+0000 mgr.smithi008.afsosb (mgr.14180) 168 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-01-18T23:48:37.541 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:48:37.541 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:48:37.930 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:48:38.931 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:48:39.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:37.320352+0000 mgr.smithi008.afsosb (mgr.14180) 169 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-01-18T23:48:39.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:37.536379+0000 mgr.smithi008.afsosb (mgr.14180) 170 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:39.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:37.320352+0000 mgr.smithi008.afsosb (mgr.14180) 169 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-01-18T23:48:39.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:37.536379+0000 mgr.smithi008.afsosb (mgr.14180) 170 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:40.314 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:48:40.314 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:48:40.696 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:48:40.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:39.320793+0000 mgr.smithi008.afsosb (mgr.14180) 171 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:48:41.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:39.320793+0000 mgr.smithi008.afsosb (mgr.14180) 171 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:48:41.696 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:48:42.056 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:40.309282+0000 mgr.smithi008.afsosb (mgr.14180) 172 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:42.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:40.309282+0000 mgr.smithi008.afsosb (mgr.14180) 172 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:43.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:41.321515+0000 mgr.smithi008.afsosb (mgr.14180) 173 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:48:43.107 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:48:43.107 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:48:43.128 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:41.321515+0000 mgr.smithi008.afsosb (mgr.14180) 173 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:48:43.488 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:48:44.489 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:48:44.846 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:43.102729+0000 mgr.smithi008.afsosb (mgr.14180) 174 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:44.846 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:43.322113+0000 mgr.smithi008.afsosb (mgr.14180) 175 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:48:45.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:43.102729+0000 mgr.smithi008.afsosb (mgr.14180) 174 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:45.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:43.322113+0000 mgr.smithi008.afsosb (mgr.14180) 175 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:48:45.876 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:48:45.876 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:48:46.246 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:48:47.104 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:45.322707+0000 mgr.smithi008.afsosb (mgr.14180) 176 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:48:47.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:45.322707+0000 mgr.smithi008.afsosb (mgr.14180) 176 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:48:47.247 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:48:47.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:45.871459+0000 mgr.smithi008.afsosb (mgr.14180) 177 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:48.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:45.871459+0000 mgr.smithi008.afsosb (mgr.14180) 177 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:48.637 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:48:48.637 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:48:48.976 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:47.323205+0000 mgr.smithi008.afsosb (mgr.14180) 178 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:48:49.053 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:48:49.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:47.323205+0000 mgr.smithi008.afsosb (mgr.14180) 178 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:48:50.054 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:48:50.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:48.632059+0000 mgr.smithi008.afsosb (mgr.14180) 179 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:50.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:48.632059+0000 mgr.smithi008.afsosb (mgr.14180) 179 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:51.032 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:49.323943+0000 mgr.smithi008.afsosb (mgr.14180) 180 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:48:51.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:49.323943+0000 mgr.smithi008.afsosb (mgr.14180) 180 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:48:51.417 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:48:51.417 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:48:51.840 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:48:52.841 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:48:53.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:51.324395+0000 mgr.smithi008.afsosb (mgr.14180) 181 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:48:53.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:51.412734+0000 mgr.smithi008.afsosb (mgr.14180) 182 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:53.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:51.324395+0000 mgr.smithi008.afsosb (mgr.14180) 181 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:48:53.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:51.412734+0000 mgr.smithi008.afsosb (mgr.14180) 182 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:54.256 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:48:54.256 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:48:54.636 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:48:54.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:53.324940+0000 mgr.smithi008.afsosb (mgr.14180) 183 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:48:55.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:53.324940+0000 mgr.smithi008.afsosb (mgr.14180) 183 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:48:55.637 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:48:55.979 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:54.251766+0000 mgr.smithi008.afsosb (mgr.14180) 184 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:56.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:54.251766+0000 mgr.smithi008.afsosb (mgr.14180) 184 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:56.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:55.325672+0000 mgr.smithi008.afsosb (mgr.14180) 185 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:48:56.981 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:48:56.981 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:48:57.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:56 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:55.325672+0000 mgr.smithi008.afsosb (mgr.14180) 185 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:48:57.377 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:48:58.378 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:48:59.072 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:56.976349+0000 mgr.smithi008.afsosb (mgr.14180) 186 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:59.073 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:48:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:57.326164+0000 mgr.smithi008.afsosb (mgr.14180) 187 : cluster [DBG] pgmap v132: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:48:59.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:56.976349+0000 mgr.smithi008.afsosb (mgr.14180) 186 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:48:59.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:48:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:57.326164+0000 mgr.smithi008.afsosb (mgr.14180) 187 : cluster [DBG] pgmap v132: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:48:59.777 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:48:59.778 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:49:00.136 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:49:01.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:48:59.326727+0000 mgr.smithi008.afsosb (mgr.14180) 188 : cluster [DBG] pgmap v133: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:01.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:48:59.772990+0000 mgr.smithi008.afsosb (mgr.14180) 189 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:01.137 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:49:01.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:48:59.326727+0000 mgr.smithi008.afsosb (mgr.14180) 188 : cluster [DBG] pgmap v133: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:01.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:48:59.772990+0000 mgr.smithi008.afsosb (mgr.14180) 189 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:02.562 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:49:02.563 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:49:02.900 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:01.327161+0000 mgr.smithi008.afsosb (mgr.14180) 190 : cluster [DBG] pgmap v134: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:02.944 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:49:03.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:01.327161+0000 mgr.smithi008.afsosb (mgr.14180) 190 : cluster [DBG] pgmap v134: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:03.945 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:49:04.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:03 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:49:02.557916+0000 mgr.smithi008.afsosb (mgr.14180) 191 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:04.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:03 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:49:02.557916+0000 mgr.smithi008.afsosb (mgr.14180) 191 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:04.905 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:03.327602+0000 mgr.smithi008.afsosb (mgr.14180) 192 : cluster [DBG] pgmap v135: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:05.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:03.327602+0000 mgr.smithi008.afsosb (mgr.14180) 192 : cluster [DBG] pgmap v135: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:05.287 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:49:05.287 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:49:05.660 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:49:05.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:49:05.282705+0000 mgr.smithi008.afsosb (mgr.14180) 193 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:05.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:05.328273+0000 mgr.smithi008.afsosb (mgr.14180) 194 : cluster [DBG] pgmap v136: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:49:06.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:49:05.282705+0000 mgr.smithi008.afsosb (mgr.14180) 193 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:06.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:05.328273+0000 mgr.smithi008.afsosb (mgr.14180) 194 : cluster [DBG] pgmap v136: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:49:06.661 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:49:08.061 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:49:08.062 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:49:08.435 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:49:08.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:07.328691+0000 mgr.smithi008.afsosb (mgr.14180) 195 : cluster [DBG] pgmap v137: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:08.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:07.328691+0000 mgr.smithi008.afsosb (mgr.14180) 195 : cluster [DBG] pgmap v137: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:09.436 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:49:09.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:49:08.056822+0000 mgr.smithi008.afsosb (mgr.14180) 196 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:09.862 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:09 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:49:08.056822+0000 mgr.smithi008.afsosb (mgr.14180) 196 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:10.810 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:49:10.810 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:49:11.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:09.329240+0000 mgr.smithi008.afsosb (mgr.14180) 197 : cluster [DBG] pgmap v138: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:11.141 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:09.329240+0000 mgr.smithi008.afsosb (mgr.14180) 197 : cluster [DBG] pgmap v138: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:11.161 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:49:12.162 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:49:12.846 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:49:10.804530+0000 mgr.smithi008.afsosb (mgr.14180) 198 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:12.846 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:11.329772+0000 mgr.smithi008.afsosb (mgr.14180) 199 : cluster [DBG] pgmap v139: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:13.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:49:10.804530+0000 mgr.smithi008.afsosb (mgr.14180) 198 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:13.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:11.329772+0000 mgr.smithi008.afsosb (mgr.14180) 199 : cluster [DBG] pgmap v139: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:13.487 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:49:13.487 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:49:13.868 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:49:14.869 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:49:15.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:13.330175+0000 mgr.smithi008.afsosb (mgr.14180) 200 : cluster [DBG] pgmap v140: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:15.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:49:13.482593+0000 mgr.smithi008.afsosb (mgr.14180) 201 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:15.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:13.330175+0000 mgr.smithi008.afsosb (mgr.14180) 200 : cluster [DBG] pgmap v140: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:15.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:49:13.482593+0000 mgr.smithi008.afsosb (mgr.14180) 201 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:16.270 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:49:16.270 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:49:16.659 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:49:16.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:15.330713+0000 mgr.smithi008.afsosb (mgr.14180) 202 : cluster [DBG] pgmap v141: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:49:17.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:15.330713+0000 mgr.smithi008.afsosb (mgr.14180) 202 : cluster [DBG] pgmap v141: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:49:17.660 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:49:17.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:17 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:49:16.266006+0000 mgr.smithi008.afsosb (mgr.14180) 203 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:18.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:17 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:49:16.266006+0000 mgr.smithi008.afsosb (mgr.14180) 203 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:19.061 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:49:19.061 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:49:19.082 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:17.331346+0000 mgr.smithi008.afsosb (mgr.14180) 204 : cluster [DBG] pgmap v142: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:19.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:17.331346+0000 mgr.smithi008.afsosb (mgr.14180) 204 : cluster [DBG] pgmap v142: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:19.441 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:49:20.442 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:49:21.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:49:19.056168+0000 mgr.smithi008.afsosb (mgr.14180) 205 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:21.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:19.331805+0000 mgr.smithi008.afsosb (mgr.14180) 206 : cluster [DBG] pgmap v143: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:21.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:49:19.056168+0000 mgr.smithi008.afsosb (mgr.14180) 205 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:21.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:19.331805+0000 mgr.smithi008.afsosb (mgr.14180) 206 : cluster [DBG] pgmap v143: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:21.880 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:49:21.880 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:49:22.250 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:49:23.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:21.332427+0000 mgr.smithi008.afsosb (mgr.14180) 207 : cluster [DBG] pgmap v144: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:23.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:21.332427+0000 mgr.smithi008.afsosb (mgr.14180) 207 : cluster [DBG] pgmap v144: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:23.251 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:49:23.911 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:23 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:49:21.874832+0000 mgr.smithi008.afsosb (mgr.14180) 208 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:24.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:23 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:49:21.874832+0000 mgr.smithi008.afsosb (mgr.14180) 208 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:24.642 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:49:24.643 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:49:24.938 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:23.332827+0000 mgr.smithi008.afsosb (mgr.14180) 209 : cluster [DBG] pgmap v145: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:25.015 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:49:25.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:23.332827+0000 mgr.smithi008.afsosb (mgr.14180) 209 : cluster [DBG] pgmap v145: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:26.017 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:49:26.049 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:49:24.637798+0000 mgr.smithi008.afsosb (mgr.14180) 210 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:26.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:49:24.637798+0000 mgr.smithi008.afsosb (mgr.14180) 210 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:26.986 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:25.333619+0000 mgr.smithi008.afsosb (mgr.14180) 211 : cluster [DBG] pgmap v146: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:49:27.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:25.333619+0000 mgr.smithi008.afsosb (mgr.14180) 211 : cluster [DBG] pgmap v146: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:49:27.353 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:49:27.353 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:49:27.842 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:49:28.842 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:49:29.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:27.334016+0000 mgr.smithi008.afsosb (mgr.14180) 212 : cluster [DBG] pgmap v147: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:29.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:49:27.348745+0000 mgr.smithi008.afsosb (mgr.14180) 213 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:29.158 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:27.334016+0000 mgr.smithi008.afsosb (mgr.14180) 212 : cluster [DBG] pgmap v147: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:29.158 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:49:27.348745+0000 mgr.smithi008.afsosb (mgr.14180) 213 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:30.164 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:49:30.165 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:49:30.557 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:49:30.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:29.334425+0000 mgr.smithi008.afsosb (mgr.14180) 214 : cluster [DBG] pgmap v148: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:31.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:29.334425+0000 mgr.smithi008.afsosb (mgr.14180) 214 : cluster [DBG] pgmap v148: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:31.558 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:49:31.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:31 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:49:30.159802+0000 mgr.smithi008.afsosb (mgr.14180) 215 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:32.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:31 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:49:30.159802+0000 mgr.smithi008.afsosb (mgr.14180) 215 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:32.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:32 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:31.335108+0000 mgr.smithi008.afsosb (mgr.14180) 216 : cluster [DBG] pgmap v149: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:32.941 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:49:32.941 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:49:33.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:32 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:31.335108+0000 mgr.smithi008.afsosb (mgr.14180) 216 : cluster [DBG] pgmap v149: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:33.316 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:49:34.317 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:49:35.017 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:49:32.936378+0000 mgr.smithi008.afsosb (mgr.14180) 217 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:35.018 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:33.335481+0000 mgr.smithi008.afsosb (mgr.14180) 218 : cluster [DBG] pgmap v150: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:35.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:49:32.936378+0000 mgr.smithi008.afsosb (mgr.14180) 217 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:35.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:33.335481+0000 mgr.smithi008.afsosb (mgr.14180) 218 : cluster [DBG] pgmap v150: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:35.709 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:49:35.709 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:49:36.089 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:49:37.090 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:49:37.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:35.335880+0000 mgr.smithi008.afsosb (mgr.14180) 219 : cluster [DBG] pgmap v151: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:49:37.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:49:35.704986+0000 mgr.smithi008.afsosb (mgr.14180) 220 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:37.125 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:35.335880+0000 mgr.smithi008.afsosb (mgr.14180) 219 : cluster [DBG] pgmap v151: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:49:37.125 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:49:35.704986+0000 mgr.smithi008.afsosb (mgr.14180) 220 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:38.526 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:49:38.527 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:49:38.870 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:37.336309+0000 mgr.smithi008.afsosb (mgr.14180) 221 : cluster [DBG] pgmap v152: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:38.906 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:49:39.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:37.336309+0000 mgr.smithi008.afsosb (mgr.14180) 221 : cluster [DBG] pgmap v152: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:39.907 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:49:40.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:39 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:49:38.522362+0000 mgr.smithi008.afsosb (mgr.14180) 222 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:40.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:39 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:49:38.522362+0000 mgr.smithi008.afsosb (mgr.14180) 222 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:40.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:39.336739+0000 mgr.smithi008.afsosb (mgr.14180) 223 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:41.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:39.336739+0000 mgr.smithi008.afsosb (mgr.14180) 223 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:41.308 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:49:41.308 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:49:41.664 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:49:42.665 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:49:42.997 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:49:41.303675+0000 mgr.smithi008.afsosb (mgr.14180) 224 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:42.997 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:41.337360+0000 mgr.smithi008.afsosb (mgr.14180) 225 : cluster [DBG] pgmap v154: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:43.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:49:41.303675+0000 mgr.smithi008.afsosb (mgr.14180) 224 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:43.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:41.337360+0000 mgr.smithi008.afsosb (mgr.14180) 225 : cluster [DBG] pgmap v154: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:44.091 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:49:44.091 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:49:44.463 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:49:45.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:43.337860+0000 mgr.smithi008.afsosb (mgr.14180) 226 : cluster [DBG] pgmap v155: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:45.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:43.337860+0000 mgr.smithi008.afsosb (mgr.14180) 226 : cluster [DBG] pgmap v155: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:49:45.465 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:49:46.091 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:49:44.086862+0000 mgr.smithi008.afsosb (mgr.14180) 227 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:46.091 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:44.793615+0000 mon.smithi008 (mon.0) 651 : cluster [DBG] mgrmap e21: smithi008.afsosb(active, since 4m), standbys: smithi060.chknjn 2024-01-18T23:49:46.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:49:44.086862+0000 mgr.smithi008.afsosb (mgr.14180) 227 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:46.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:44.793615+0000 mon.smithi008 (mon.0) 651 : cluster [DBG] mgrmap e21: smithi008.afsosb(active, since 4m), standbys: smithi060.chknjn 2024-01-18T23:49:46.777 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:49:46.778 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:49:47.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:45.338366+0000 mgr.smithi008.afsosb (mgr.14180) 228 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:49:47.103 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:45.338366+0000 mgr.smithi008.afsosb (mgr.14180) 228 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:49:47.156 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:49:48.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:49:46.772961+0000 mgr.smithi008.afsosb (mgr.14180) 229 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:48.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:47.339007+0000 mgr.smithi008.afsosb (mgr.14180) 230 : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-18T23:49:48.158 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:49:48.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:49:46.772961+0000 mgr.smithi008.afsosb (mgr.14180) 229 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:48.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:47.339007+0000 mgr.smithi008.afsosb (mgr.14180) 230 : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-18T23:49:49.520 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:49:49.520 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:49:49.896 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:49:50.896 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:49:51.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:49.339440+0000 mgr.smithi008.afsosb (mgr.14180) 231 : cluster [DBG] pgmap v158: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-18T23:49:51.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:49:49.515093+0000 mgr.smithi008.afsosb (mgr.14180) 232 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:51.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:49.339440+0000 mgr.smithi008.afsosb (mgr.14180) 231 : cluster [DBG] pgmap v158: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-18T23:49:51.207 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:49:49.515093+0000 mgr.smithi008.afsosb (mgr.14180) 232 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:52.275 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:49:52.275 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:49:52.654 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:49:52.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:51.339847+0000 mgr.smithi008.afsosb (mgr.14180) 233 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-18T23:49:53.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:51.339847+0000 mgr.smithi008.afsosb (mgr.14180) 233 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-18T23:49:53.655 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:49:53.980 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:53 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:49:52.270600+0000 mgr.smithi008.afsosb (mgr.14180) 234 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:54.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:53 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:49:52.270600+0000 mgr.smithi008.afsosb (mgr.14180) 234 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:54.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:53.340265+0000 mgr.smithi008.afsosb (mgr.14180) 235 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-18T23:49:54.976 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:49:54.976 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:49:55.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:53.340265+0000 mgr.smithi008.afsosb (mgr.14180) 235 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-18T23:49:55.363 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:49:56.363 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:49:57.040 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:49:54.972214+0000 mgr.smithi008.afsosb (mgr.14180) 236 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:57.040 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:55.340766+0000 mgr.smithi008.afsosb (mgr.14180) 237 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-18T23:49:57.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:56 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:49:54.972214+0000 mgr.smithi008.afsosb (mgr.14180) 236 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:57.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:56 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:55.340766+0000 mgr.smithi008.afsosb (mgr.14180) 237 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-18T23:49:57.731 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:49:57.731 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:49:58.113 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:49:59.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:57.341221+0000 mgr.smithi008.afsosb (mgr.14180) 238 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-18T23:49:59.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:49:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:49:57.726628+0000 mgr.smithi008.afsosb (mgr.14180) 239 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:49:59.113 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:49:59.148 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:57.341221+0000 mgr.smithi008.afsosb (mgr.14180) 238 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-18T23:49:59.148 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:49:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:49:57.726628+0000 mgr.smithi008.afsosb (mgr.14180) 239 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:00.475 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:50:00.475 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:50:00.837 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:50:01.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:49:59.341661+0000 mgr.smithi008.afsosb (mgr.14180) 240 : cluster [DBG] pgmap v163: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:01.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:00.000115+0000 mon.smithi008 (mon.0) 652 : cluster [INF] overall HEALTH_OK 2024-01-18T23:50:01.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:49:59.341661+0000 mgr.smithi008.afsosb (mgr.14180) 240 : cluster [DBG] pgmap v163: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:01.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:00.000115+0000 mon.smithi008 (mon.0) 652 : cluster [INF] overall HEALTH_OK 2024-01-18T23:50:01.838 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:50:02.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:01 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:50:00.470231+0000 mgr.smithi008.afsosb (mgr.14180) 241 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:02.162 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:01 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:50:00.470231+0000 mgr.smithi008.afsosb (mgr.14180) 241 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:02.840 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:01.342383+0000 mgr.smithi008.afsosb (mgr.14180) 242 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:03.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:01.342383+0000 mgr.smithi008.afsosb (mgr.14180) 242 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:03.226 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:50:03.226 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:50:03.594 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:50:04.595 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:50:04.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:50:03.221259+0000 mgr.smithi008.afsosb (mgr.14180) 243 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:04.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:03.342804+0000 mgr.smithi008.afsosb (mgr.14180) 244 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:05.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:50:03.221259+0000 mgr.smithi008.afsosb (mgr.14180) 243 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:05.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:03.342804+0000 mgr.smithi008.afsosb (mgr.14180) 244 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:05.917 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:50:05.918 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:50:06.295 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:50:07.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:05.343496+0000 mgr.smithi008.afsosb (mgr.14180) 245 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:50:07.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:05.343496+0000 mgr.smithi008.afsosb (mgr.14180) 245 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:50:07.295 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:50:07.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:50:05.912858+0000 mgr.smithi008.afsosb (mgr.14180) 246 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:08.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:07 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:50:05.912858+0000 mgr.smithi008.afsosb (mgr.14180) 246 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:08.648 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:50:08.649 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:50:08.954 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:07.343911+0000 mgr.smithi008.afsosb (mgr.14180) 247 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:09.001 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:50:09.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:07.343911+0000 mgr.smithi008.afsosb (mgr.14180) 247 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:10.003 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:50:10.038 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:50:08.644235+0000 mgr.smithi008.afsosb (mgr.14180) 248 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:10.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:09 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:50:08.644235+0000 mgr.smithi008.afsosb (mgr.14180) 248 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:11.039 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:09.344644+0000 mgr.smithi008.afsosb (mgr.14180) 249 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:11.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:09.344644+0000 mgr.smithi008.afsosb (mgr.14180) 249 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:11.385 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:50:11.385 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:50:11.752 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:50:12.752 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:50:13.094 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:11.345114+0000 mgr.smithi008.afsosb (mgr.14180) 250 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:13.094 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:50:11.380778+0000 mgr.smithi008.afsosb (mgr.14180) 251 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:13.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:11.345114+0000 mgr.smithi008.afsosb (mgr.14180) 250 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:13.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:50:11.380778+0000 mgr.smithi008.afsosb (mgr.14180) 251 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:14.172 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:50:14.172 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:50:14.560 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:50:15.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:13.345502+0000 mgr.smithi008.afsosb (mgr.14180) 252 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:15.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:13.345502+0000 mgr.smithi008.afsosb (mgr.14180) 252 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:15.561 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:50:15.894 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:50:14.166705+0000 mgr.smithi008.afsosb (mgr.14180) 253 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:16.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:50:14.166705+0000 mgr.smithi008.afsosb (mgr.14180) 253 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:16.916 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:50:16.916 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:50:17.087 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:15.346002+0000 mgr.smithi008.afsosb (mgr.14180) 254 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:50:17.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:15.346002+0000 mgr.smithi008.afsosb (mgr.14180) 254 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:50:17.284 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:50:18.285 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:50:18.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:50:16.911809+0000 mgr.smithi008.afsosb (mgr.14180) 255 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:18.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:17.346501+0000 mgr.smithi008.afsosb (mgr.14180) 256 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:19.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:50:16.911809+0000 mgr.smithi008.afsosb (mgr.14180) 255 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:19.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:17.346501+0000 mgr.smithi008.afsosb (mgr.14180) 256 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:19.662 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:50:19.663 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:50:20.034 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:50:21.035 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:50:21.069 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:19.346942+0000 mgr.smithi008.afsosb (mgr.14180) 257 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:21.069 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:50:19.657777+0000 mgr.smithi008.afsosb (mgr.14180) 258 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:21.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:19.346942+0000 mgr.smithi008.afsosb (mgr.14180) 257 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:21.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:50:19.657777+0000 mgr.smithi008.afsosb (mgr.14180) 258 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:22.415 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:50:22.415 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:50:22.775 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:50:23.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:21.347452+0000 mgr.smithi008.afsosb (mgr.14180) 259 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:23.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:21.347452+0000 mgr.smithi008.afsosb (mgr.14180) 259 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:23.777 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:50:24.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:23 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:50:22.410147+0000 mgr.smithi008.afsosb (mgr.14180) 260 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:24.119 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:23 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:50:22.410147+0000 mgr.smithi008.afsosb (mgr.14180) 260 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:25.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:23.347961+0000 mgr.smithi008.afsosb (mgr.14180) 261 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:25.136 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:50:25.136 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:50:25.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:23.347961+0000 mgr.smithi008.afsosb (mgr.14180) 261 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:25.508 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:50:26.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:50:25.131479+0000 mgr.smithi008.afsosb (mgr.14180) 262 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:26.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:25.348467+0000 mgr.smithi008.afsosb (mgr.14180) 263 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:50:26.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:50:25.131479+0000 mgr.smithi008.afsosb (mgr.14180) 262 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:26.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:25.348467+0000 mgr.smithi008.afsosb (mgr.14180) 263 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:50:26.509 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:50:27.913 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:50:27.914 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:50:28.292 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:50:28.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:27.349071+0000 mgr.smithi008.afsosb (mgr.14180) 264 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:28.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:27.349071+0000 mgr.smithi008.afsosb (mgr.14180) 264 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:29.293 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:50:29.634 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:50:27.908579+0000 mgr.smithi008.afsosb (mgr.14180) 265 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:29.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:50:27.908579+0000 mgr.smithi008.afsosb (mgr.14180) 265 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:30.684 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:50:30.684 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:50:30.988 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:29.349552+0000 mgr.smithi008.afsosb (mgr.14180) 266 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:31.058 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:50:31.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:29.349552+0000 mgr.smithi008.afsosb (mgr.14180) 266 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:32.059 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:50:32.092 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:31 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:50:30.679891+0000 mgr.smithi008.afsosb (mgr.14180) 267 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:32.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:31 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:50:30.679891+0000 mgr.smithi008.afsosb (mgr.14180) 267 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:33.027 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:32 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:31.350117+0000 mgr.smithi008.afsosb (mgr.14180) 268 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:33.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:32 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:31.350117+0000 mgr.smithi008.afsosb (mgr.14180) 268 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:33.407 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:50:33.407 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:50:33.782 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:50:34.783 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:50:35.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:33.350433+0000 mgr.smithi008.afsosb (mgr.14180) 269 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:35.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:50:33.402426+0000 mgr.smithi008.afsosb (mgr.14180) 270 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:35.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:33.350433+0000 mgr.smithi008.afsosb (mgr.14180) 269 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:35.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:50:33.402426+0000 mgr.smithi008.afsosb (mgr.14180) 270 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:36.185 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:50:36.186 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:50:36.557 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:50:37.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:35.350878+0000 mgr.smithi008.afsosb (mgr.14180) 271 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:50:37.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:35.350878+0000 mgr.smithi008.afsosb (mgr.14180) 271 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:50:37.559 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:50:37.883 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:37 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:50:36.180862+0000 mgr.smithi008.afsosb (mgr.14180) 272 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:38.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:37 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:50:36.180862+0000 mgr.smithi008.afsosb (mgr.14180) 272 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:38.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:37.351370+0000 mgr.smithi008.afsosb (mgr.14180) 273 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:38.962 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:50:38.962 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:50:39.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:37.351370+0000 mgr.smithi008.afsosb (mgr.14180) 273 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:39.323 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:50:40.324 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:50:40.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:50:38.957742+0000 mgr.smithi008.afsosb (mgr.14180) 274 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:40.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:39.351798+0000 mgr.smithi008.afsosb (mgr.14180) 275 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:41.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:50:38.957742+0000 mgr.smithi008.afsosb (mgr.14180) 274 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:41.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:39.351798+0000 mgr.smithi008.afsosb (mgr.14180) 275 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:41.693 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:50:41.693 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:50:42.064 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:50:43.065 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:50:43.099 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:41.352249+0000 mgr.smithi008.afsosb (mgr.14180) 276 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:43.099 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:50:41.688517+0000 mgr.smithi008.afsosb (mgr.14180) 277 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:43.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:41.352249+0000 mgr.smithi008.afsosb (mgr.14180) 276 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:43.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:50:41.688517+0000 mgr.smithi008.afsosb (mgr.14180) 277 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:44.430 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:50:44.431 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:50:44.825 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:50:45.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:43.352992+0000 mgr.smithi008.afsosb (mgr.14180) 278 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:45.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:43.352992+0000 mgr.smithi008.afsosb (mgr.14180) 278 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:45.826 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:50:46.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:50:44.425820+0000 mgr.smithi008.afsosb (mgr.14180) 279 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:46.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:50:44.425820+0000 mgr.smithi008.afsosb (mgr.14180) 279 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:47.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:45.353649+0000 mgr.smithi008.afsosb (mgr.14180) 280 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:50:47.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:45.353649+0000 mgr.smithi008.afsosb (mgr.14180) 280 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:50:47.214 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:50:47.214 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z 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.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:50:47.572 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:50:48.573 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:50:48.906 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:50:47.210285+0000 mgr.smithi008.afsosb (mgr.14180) 281 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:48.906 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:47.354068+0000 mgr.smithi008.afsosb (mgr.14180) 282 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:48.907 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:50:48.641764+0000 mon.smithi008 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.zgxkpa"}]: dispatch 2024-01-18T23:50:49.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:50:47.210285+0000 mgr.smithi008.afsosb (mgr.14180) 281 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:49.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:47.354068+0000 mgr.smithi008.afsosb (mgr.14180) 282 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:49.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:50:48.641764+0000 mon.smithi008 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.zgxkpa"}]: dispatch 2024-01-18T23:50:49.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:50:48.641214+0000 mgr.smithi008.afsosb (mgr.14180) 283 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa 2024-01-18T23:50:49.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa 2024-01-18T23:50:49.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa 2024-01-18T23:50:49.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa 2024-01-18T23:50:49.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Deploy daemon haproxy.nfs.foo.smithi060.zgxkpa ... 2024-01-18T23:50:49.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:50:49.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:50:49.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:48:56Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:50:49.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:49:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:50:49.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:50:11Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:50:49.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:50:49.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:50:49.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Traceback (most recent call last): 2024-01-18T23:50:49.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T23:50:49.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: yield (conn, connr) 2024-01-18T23:50:49.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T23:50:49.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: code, '\n'.join(err))) 2024-01-18T23:50:49.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa 2024-01-18T23:50:49.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa 2024-01-18T23:50:49.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa 2024-01-18T23:50:49.915 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa 2024-01-18T23:50:49.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Deploy daemon haproxy.nfs.foo.smithi060.zgxkpa ... 2024-01-18T23:50:49.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:50:49.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:50:49.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:48:56Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:50:49.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:49:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:50:49.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:50:11Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:50:49.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:50:49.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:50:49.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:50:48.641412+0000 mgr.smithi008.afsosb (mgr.14180) 284 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.zgxkpa 2024-01-18T23:50:49.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:50:48.642449+0000 mgr.smithi008.afsosb (mgr.14180) 285 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa 2024-01-18T23:50:49.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa 2024-01-18T23:50:49.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa 2024-01-18T23:50:49.916 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa 2024-01-18T23:50:49.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Deploy daemon haproxy.nfs.foo.smithi060.zgxkpa ... 2024-01-18T23:50:49.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:50:49.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:50:49.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:48:56Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:50:49.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:49:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:50:49.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:50:11Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:50:49.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:50:49.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:50:49.917 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:50:48.644003+0000 mgr.smithi008.afsosb (mgr.14180) 286 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.qqjxzx on smithi008 2024-01-18T23:50:49.967 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:50:49.968 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:50:50.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:50:48.641214+0000 mgr.smithi008.afsosb (mgr.14180) 283 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa 2024-01-18T23:50:50.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa 2024-01-18T23:50:50.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa 2024-01-18T23:50:50.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa 2024-01-18T23:50:50.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Deploy daemon haproxy.nfs.foo.smithi060.zgxkpa ... 2024-01-18T23:50:50.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:50:50.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:50:50.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:48:56Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:50:50.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:49:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:50:50.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:50:11Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:50:50.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:50:50.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:50:50.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Traceback (most recent call last): 2024-01-18T23:50:50.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T23:50:50.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: yield (conn, connr) 2024-01-18T23:50:50.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T23:50:50.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: code, '\n'.join(err))) 2024-01-18T23:50:50.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa 2024-01-18T23:50:50.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa 2024-01-18T23:50:50.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa 2024-01-18T23:50:50.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa 2024-01-18T23:50:50.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Deploy daemon haproxy.nfs.foo.smithi060.zgxkpa ... 2024-01-18T23:50:50.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:50:50.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:50:50.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:48:56Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:50:50.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:49:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:50:50.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:50:11Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:50:50.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:50:50.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:50:50.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:50:48.641412+0000 mgr.smithi008.afsosb (mgr.14180) 284 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.zgxkpa 2024-01-18T23:50:50.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:50:48.642449+0000 mgr.smithi008.afsosb (mgr.14180) 285 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa 2024-01-18T23:50:50.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa 2024-01-18T23:50:50.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa 2024-01-18T23:50:50.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa 2024-01-18T23:50:50.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Deploy daemon haproxy.nfs.foo.smithi060.zgxkpa ... 2024-01-18T23:50:50.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:50:50.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:50:50.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:48:56Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:50:50.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:49:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:50:50.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:50:11Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:50:50.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:50:50.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:50:50.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:50:48.644003+0000 mgr.smithi008.afsosb (mgr.14180) 286 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.qqjxzx on smithi008 2024-01-18T23:50:50.321 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:50:51.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:49.354717+0000 mgr.smithi008.afsosb (mgr.14180) 287 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:51.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:49.354717+0000 mgr.smithi008.afsosb (mgr.14180) 287 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:51.323 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:50:51.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:50:49.963099+0000 mgr.smithi008.afsosb (mgr.14180) 288 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:52.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:51 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:50:49.963099+0000 mgr.smithi008.afsosb (mgr.14180) 288 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:52.746 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:50:52.746 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:50:53.044 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:51.355240+0000 mgr.smithi008.afsosb (mgr.14180) 289 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:53.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:51.355240+0000 mgr.smithi008.afsosb (mgr.14180) 289 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:53.113 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:50:54.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:53 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:50:52.741441+0000 mgr.smithi008.afsosb (mgr.14180) 290 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:54.113 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:50:54.148 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:53 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:50:52.741441+0000 mgr.smithi008.afsosb (mgr.14180) 290 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:55.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:53.355683+0000 mgr.smithi008.afsosb (mgr.14180) 291 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:55.125 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:53.355683+0000 mgr.smithi008.afsosb (mgr.14180) 291 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:55.495 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:50:55.495 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:50:55.863 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:50:56.863 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:50:57.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:56 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:55.356240+0000 mgr.smithi008.afsosb (mgr.14180) 292 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:50:57.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:56 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:50:55.490812+0000 mgr.smithi008.afsosb (mgr.14180) 293 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:57.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:55.356240+0000 mgr.smithi008.afsosb (mgr.14180) 292 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:50:57.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:50:55.490812+0000 mgr.smithi008.afsosb (mgr.14180) 293 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:50:58.278 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:50:58.278 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:50:58.637 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:50:58.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:57.356646+0000 mgr.smithi008.afsosb (mgr.14180) 294 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:59.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:57.356646+0000 mgr.smithi008.afsosb (mgr.14180) 294 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:50:59.638 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:50:59.963 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:50:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:50:58.268144+0000 mgr.smithi008.afsosb (mgr.14180) 295 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:00.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:50:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:50:58.268144+0000 mgr.smithi008.afsosb (mgr.14180) 295 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:00.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:50:59.357147+0000 mgr.smithi008.afsosb (mgr.14180) 296 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:01.020 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:51:01.020 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:51:01.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:50:59.357147+0000 mgr.smithi008.afsosb (mgr.14180) 296 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:01.386 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:51:02.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:01 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:51:01.016101+0000 mgr.smithi008.afsosb (mgr.14180) 297 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:02.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:01 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:01.357800+0000 mgr.smithi008.afsosb (mgr.14180) 298 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:02.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:01 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:51:01.016101+0000 mgr.smithi008.afsosb (mgr.14180) 297 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:02.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:01 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:01.357800+0000 mgr.smithi008.afsosb (mgr.14180) 298 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:02.387 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:51:03.779 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:51:03.779 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:51:04.144 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:51:04.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:03.358269+0000 mgr.smithi008.afsosb (mgr.14180) 299 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:04.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:51:03.774586+0000 mgr.smithi008.afsosb (mgr.14180) 300 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:04.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:03.358269+0000 mgr.smithi008.afsosb (mgr.14180) 299 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:04.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:51:03.774586+0000 mgr.smithi008.afsosb (mgr.14180) 300 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:05.145 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:51:06.535 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:51:06.536 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:51:06.817 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:05.358724+0000 mgr.smithi008.afsosb (mgr.14180) 301 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:51:06.886 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:51:07.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:05.358724+0000 mgr.smithi008.afsosb (mgr.14180) 301 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:51:07.887 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:51:07.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:51:06.530483+0000 mgr.smithi008.afsosb (mgr.14180) 302 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:08.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:07 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:51:06.530483+0000 mgr.smithi008.afsosb (mgr.14180) 302 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:08.898 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:07.359172+0000 mgr.smithi008.afsosb (mgr.14180) 303 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:09.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:07.359172+0000 mgr.smithi008.afsosb (mgr.14180) 303 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:09.272 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:51:09.273 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:51:09.653 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:51:10.654 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:51:10.979 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:51:09.268088+0000 mgr.smithi008.afsosb (mgr.14180) 304 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:10.979 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:09.359590+0000 mgr.smithi008.afsosb (mgr.14180) 305 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:11.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:51:09.268088+0000 mgr.smithi008.afsosb (mgr.14180) 304 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:11.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:09.359590+0000 mgr.smithi008.afsosb (mgr.14180) 305 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:12.071 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:51:12.071 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:51:12.443 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:51:13.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:11.360282+0000 mgr.smithi008.afsosb (mgr.14180) 306 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:13.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:11.360282+0000 mgr.smithi008.afsosb (mgr.14180) 306 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:13.444 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:51:14.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:51:12.066369+0000 mgr.smithi008.afsosb (mgr.14180) 307 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:14.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:51:12.066369+0000 mgr.smithi008.afsosb (mgr.14180) 307 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:14.862 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:51:14.862 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:51:15.063 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:13.360820+0000 mgr.smithi008.afsosb (mgr.14180) 308 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:15.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:13.360820+0000 mgr.smithi008.afsosb (mgr.14180) 308 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:15.260 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:51:16.260 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:51:16.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:51:14.857095+0000 mgr.smithi008.afsosb (mgr.14180) 309 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:16.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:15.361381+0000 mgr.smithi008.afsosb (mgr.14180) 310 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:51:17.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:51:14.857095+0000 mgr.smithi008.afsosb (mgr.14180) 309 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:17.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:15.361381+0000 mgr.smithi008.afsosb (mgr.14180) 310 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:51:17.750 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:51:17.750 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:51:18.127 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:51:19.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:17.361764+0000 mgr.smithi008.afsosb (mgr.14180) 311 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:19.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:51:17.745129+0000 mgr.smithi008.afsosb (mgr.14180) 312 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:19.128 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:51:19.162 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:17.361764+0000 mgr.smithi008.afsosb (mgr.14180) 311 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:19.162 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:51:17.745129+0000 mgr.smithi008.afsosb (mgr.14180) 312 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:20.528 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:51:20.528 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:51:20.825 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:19.362174+0000 mgr.smithi008.afsosb (mgr.14180) 313 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:20.893 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:51:21.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:19.362174+0000 mgr.smithi008.afsosb (mgr.14180) 313 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:21.895 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:51:22.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:51:20.522727+0000 mgr.smithi008.afsosb (mgr.14180) 314 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:22.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:51:20.522727+0000 mgr.smithi008.afsosb (mgr.14180) 314 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:22.903 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:21.362751+0000 mgr.smithi008.afsosb (mgr.14180) 315 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:23.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:21.362751+0000 mgr.smithi008.afsosb (mgr.14180) 315 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:23.281 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:51:23.281 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:51:23.643 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:51:24.645 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:51:24.950 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:51:23.276599+0000 mgr.smithi008.afsosb (mgr.14180) 316 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:24.950 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:23.363170+0000 mgr.smithi008.afsosb (mgr.14180) 317 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:25.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:51:23.276599+0000 mgr.smithi008.afsosb (mgr.14180) 316 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:25.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:23.363170+0000 mgr.smithi008.afsosb (mgr.14180) 317 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:25.988 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:51:25.988 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:51:26.369 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:51:27.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:25.363627+0000 mgr.smithi008.afsosb (mgr.14180) 318 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:51:27.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:25.363627+0000 mgr.smithi008.afsosb (mgr.14180) 318 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:51:27.370 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:51:28.061 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:27 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:51:25.983841+0000 mgr.smithi008.afsosb (mgr.14180) 319 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:28.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:27 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:51:25.983841+0000 mgr.smithi008.afsosb (mgr.14180) 319 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:28.742 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:51:28.742 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:51:29.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:27.364187+0000 mgr.smithi008.afsosb (mgr.14180) 320 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:29.090 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:51:29.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:27.364187+0000 mgr.smithi008.afsosb (mgr.14180) 320 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:30.091 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:51:30.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:51:28.737214+0000 mgr.smithi008.afsosb (mgr.14180) 321 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:30.126 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:51:28.737214+0000 mgr.smithi008.afsosb (mgr.14180) 321 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:31.062 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:29.364801+0000 mgr.smithi008.afsosb (mgr.14180) 322 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:31.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:29.364801+0000 mgr.smithi008.afsosb (mgr.14180) 322 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:31.454 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:51:31.455 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:51:31.834 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:51:32.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:31 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:31.365239+0000 mgr.smithi008.afsosb (mgr.14180) 323 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:32.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:31 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:51:31.450280+0000 mgr.smithi008.afsosb (mgr.14180) 324 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:32.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:31 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:31.365239+0000 mgr.smithi008.afsosb (mgr.14180) 323 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:32.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:31 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:51:31.450280+0000 mgr.smithi008.afsosb (mgr.14180) 324 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:32.835 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:51:34.269 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:51:34.269 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:51:34.598 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:33.365621+0000 mgr.smithi008.afsosb (mgr.14180) 325 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:34.640 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:51:34.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:33.365621+0000 mgr.smithi008.afsosb (mgr.14180) 325 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:35.641 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:51:35.983 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:51:34.264081+0000 mgr.smithi008.afsosb (mgr.14180) 326 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:36.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:35 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:51:34.264081+0000 mgr.smithi008.afsosb (mgr.14180) 326 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:37.087 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:51:37.088 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:51:37.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:35.366243+0000 mgr.smithi008.afsosb (mgr.14180) 327 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:51:37.112 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:35.366243+0000 mgr.smithi008.afsosb (mgr.14180) 327 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:51:37.499 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:51:38.499 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:51:38.847 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:51:37.082913+0000 mgr.smithi008.afsosb (mgr.14180) 328 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:38.847 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:37.366682+0000 mgr.smithi008.afsosb (mgr.14180) 329 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:39.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:51:37.082913+0000 mgr.smithi008.afsosb (mgr.14180) 328 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:39.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:37.366682+0000 mgr.smithi008.afsosb (mgr.14180) 329 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:39.876 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:51:39.876 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:51:40.307 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:51:41.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:39.367123+0000 mgr.smithi008.afsosb (mgr.14180) 330 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:41.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:39.367123+0000 mgr.smithi008.afsosb (mgr.14180) 330 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:41.308 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:51:42.100 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:51:39.871121+0000 mgr.smithi008.afsosb (mgr.14180) 331 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:42.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:51:39.871121+0000 mgr.smithi008.afsosb (mgr.14180) 331 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:42.797 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:51:42.797 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:51:43.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:41.367587+0000 mgr.smithi008.afsosb (mgr.14180) 332 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:43.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:41.367587+0000 mgr.smithi008.afsosb (mgr.14180) 332 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:43.166 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:51:44.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:51:42.792265+0000 mgr.smithi008.afsosb (mgr.14180) 333 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:44.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:51:42.792265+0000 mgr.smithi008.afsosb (mgr.14180) 333 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:44.167 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:51:45.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:43.368157+0000 mgr.smithi008.afsosb (mgr.14180) 334 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:45.135 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:43.368157+0000 mgr.smithi008.afsosb (mgr.14180) 334 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:45.515 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:51:45.515 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:51:45.901 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:51:46.902 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:51:47.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:45.368594+0000 mgr.smithi008.afsosb (mgr.14180) 335 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:51:47.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:51:45.510924+0000 mgr.smithi008.afsosb (mgr.14180) 336 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:47.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:45.368594+0000 mgr.smithi008.afsosb (mgr.14180) 335 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:51:47.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:51:45.510924+0000 mgr.smithi008.afsosb (mgr.14180) 336 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:48.299 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:51:48.299 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:51:48.688 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:51:48.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:47.369011+0000 mgr.smithi008.afsosb (mgr.14180) 337 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:49.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:47.369011+0000 mgr.smithi008.afsosb (mgr.14180) 337 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:49.689 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:51:50.040 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:51:48.294941+0000 mgr.smithi008.afsosb (mgr.14180) 338 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:50.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:51:48.294941+0000 mgr.smithi008.afsosb (mgr.14180) 338 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:50.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:49.369756+0000 mgr.smithi008.afsosb (mgr.14180) 339 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:51.054 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:51:51.054 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:51:51.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:49.369756+0000 mgr.smithi008.afsosb (mgr.14180) 339 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:51.430 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:51:52.653 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:51:52.974 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:51:51.049043+0000 mgr.smithi008.afsosb (mgr.14180) 340 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:52.974 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:51.370482+0000 mgr.smithi008.afsosb (mgr.14180) 341 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:53.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:51:51.049043+0000 mgr.smithi008.afsosb (mgr.14180) 340 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:53.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:51.370482+0000 mgr.smithi008.afsosb (mgr.14180) 341 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:54.016 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:51:54.016 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:51:54.390 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:51:55.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:53.371066+0000 mgr.smithi008.afsosb (mgr.14180) 342 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:55.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:53.371066+0000 mgr.smithi008.afsosb (mgr.14180) 342 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:55.390 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:51:56.074 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:51:54.011331+0000 mgr.smithi008.afsosb (mgr.14180) 343 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:56.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:51:54.011331+0000 mgr.smithi008.afsosb (mgr.14180) 343 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:56.757 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:51:56.758 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:51:57.078 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:55.371536+0000 mgr.smithi008.afsosb (mgr.14180) 344 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:51:57.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:56 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:55.371536+0000 mgr.smithi008.afsosb (mgr.14180) 344 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:51:57.139 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:51:58.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:57 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:51:56.753216+0000 mgr.smithi008.afsosb (mgr.14180) 345 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:58.140 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:51:58.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:51:56.753216+0000 mgr.smithi008.afsosb (mgr.14180) 345 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:51:59.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:51:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:57.371919+0000 mgr.smithi008.afsosb (mgr.14180) 346 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:59.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:51:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:57.371919+0000 mgr.smithi008.afsosb (mgr.14180) 346 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:51:59.509 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:51:59.509 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:51:59.880 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:52:00.881 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:52:01.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:51:59.372355+0000 mgr.smithi008.afsosb (mgr.14180) 347 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:01.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:51:59.503876+0000 mgr.smithi008.afsosb (mgr.14180) 348 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:01.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:51:59.372355+0000 mgr.smithi008.afsosb (mgr.14180) 347 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:01.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:51:59.503876+0000 mgr.smithi008.afsosb (mgr.14180) 348 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:02.307 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:52:02.307 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:52:02.687 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:52:02.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:01.372763+0000 mgr.smithi008.afsosb (mgr.14180) 349 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:03.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:01.372763+0000 mgr.smithi008.afsosb (mgr.14180) 349 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:03.688 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:52:04.014 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:03 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:52:02.302638+0000 mgr.smithi008.afsosb (mgr.14180) 350 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:04.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:03 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:52:02.302638+0000 mgr.smithi008.afsosb (mgr.14180) 350 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:04.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:03.373464+0000 mgr.smithi008.afsosb (mgr.14180) 351 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:05.023 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:52:05.023 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:52:05.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:03.373464+0000 mgr.smithi008.afsosb (mgr.14180) 351 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:05.395 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:52:06.397 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:52:07.064 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:52:05.019000+0000 mgr.smithi008.afsosb (mgr.14180) 352 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:07.065 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:05.373914+0000 mgr.smithi008.afsosb (mgr.14180) 353 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:52:07.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:52:05.019000+0000 mgr.smithi008.afsosb (mgr.14180) 352 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:07.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:05.373914+0000 mgr.smithi008.afsosb (mgr.14180) 353 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:52:07.769 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:52:07.769 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:52:08.137 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:52:09.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:07.374317+0000 mgr.smithi008.afsosb (mgr.14180) 354 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:09.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:52:07.764618+0000 mgr.smithi008.afsosb (mgr.14180) 355 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:09.138 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:52:09.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:07.374317+0000 mgr.smithi008.afsosb (mgr.14180) 354 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:09.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:52:07.764618+0000 mgr.smithi008.afsosb (mgr.14180) 355 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:10.493 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:52:10.493 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:52:10.878 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:52:11.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:09.374731+0000 mgr.smithi008.afsosb (mgr.14180) 356 : 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-01-18T23:52:11.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:09.374731+0000 mgr.smithi008.afsosb (mgr.14180) 356 : 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-01-18T23:52:11.878 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:52:12.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:52:10.487728+0000 mgr.smithi008.afsosb (mgr.14180) 357 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:12.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:52:10.487728+0000 mgr.smithi008.afsosb (mgr.14180) 357 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:13.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:11.375421+0000 mgr.smithi008.afsosb (mgr.14180) 358 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:13.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:11.375421+0000 mgr.smithi008.afsosb (mgr.14180) 358 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:13.220 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:52:13.220 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:52:13.595 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:52:14.596 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:52:14.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:52:13.215773+0000 mgr.smithi008.afsosb (mgr.14180) 359 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:14.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:13.375826+0000 mgr.smithi008.afsosb (mgr.14180) 360 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:15.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:52:13.215773+0000 mgr.smithi008.afsosb (mgr.14180) 359 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:15.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:13.375826+0000 mgr.smithi008.afsosb (mgr.14180) 360 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:16.007 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:52:16.007 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:52:16.377 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:52:17.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:15.376400+0000 mgr.smithi008.afsosb (mgr.14180) 361 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:52:17.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:15.376400+0000 mgr.smithi008.afsosb (mgr.14180) 361 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:52:17.378 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:52:18.055 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:17 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:52:16.002372+0000 mgr.smithi008.afsosb (mgr.14180) 362 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:18.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:17 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:52:16.002372+0000 mgr.smithi008.afsosb (mgr.14180) 362 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:18.752 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:52:18.752 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:52:19.067 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:17.377040+0000 mgr.smithi008.afsosb (mgr.14180) 363 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:19.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:17.377040+0000 mgr.smithi008.afsosb (mgr.14180) 363 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:19.128 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:52:20.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:19 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:52:18.747424+0000 mgr.smithi008.afsosb (mgr.14180) 364 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:20.128 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:52:20.162 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:19 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:52:18.747424+0000 mgr.smithi008.afsosb (mgr.14180) 364 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:21.097 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:19.377755+0000 mgr.smithi008.afsosb (mgr.14180) 365 : 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-01-18T23:52:21.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:19.377755+0000 mgr.smithi008.afsosb (mgr.14180) 365 : 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-01-18T23:52:21.474 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:52:21.474 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:52:21.963 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:52:22.964 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:52:23.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:21.378226+0000 mgr.smithi008.afsosb (mgr.14180) 366 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:23.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:52:21.469822+0000 mgr.smithi008.afsosb (mgr.14180) 367 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:23.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:21.378226+0000 mgr.smithi008.afsosb (mgr.14180) 366 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:23.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:52:21.469822+0000 mgr.smithi008.afsosb (mgr.14180) 367 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:24.305 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:52:24.305 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:52:24.709 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:52:25.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:23.378620+0000 mgr.smithi008.afsosb (mgr.14180) 368 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:25.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:23.378620+0000 mgr.smithi008.afsosb (mgr.14180) 368 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:25.709 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:52:26.043 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:52:24.300157+0000 mgr.smithi008.afsosb (mgr.14180) 369 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:26.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:52:24.300157+0000 mgr.smithi008.afsosb (mgr.14180) 369 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:27.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:25.379311+0000 mgr.smithi008.afsosb (mgr.14180) 370 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:52:27.142 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:52:27.142 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:52:27.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:25.379311+0000 mgr.smithi008.afsosb (mgr.14180) 370 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:52:27.518 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:52:28.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:27 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:52:27.137419+0000 mgr.smithi008.afsosb (mgr.14180) 371 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:28.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:27 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:27.379754+0000 mgr.smithi008.afsosb (mgr.14180) 372 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:28.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:27 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:52:27.137419+0000 mgr.smithi008.afsosb (mgr.14180) 371 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:28.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:27 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:27.379754+0000 mgr.smithi008.afsosb (mgr.14180) 372 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:28.519 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:52:29.880 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:52:29.880 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:52:30.241 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:52:31.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:29.380186+0000 mgr.smithi008.afsosb (mgr.14180) 373 : 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-01-18T23:52:31.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:29.380186+0000 mgr.smithi008.afsosb (mgr.14180) 373 : 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-01-18T23:52:31.242 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:52:31.861 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:31 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:52:29.875240+0000 mgr.smithi008.afsosb (mgr.14180) 374 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:32.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:31 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:52:29.875240+0000 mgr.smithi008.afsosb (mgr.14180) 374 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:32.555 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:52:32.555 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:52:32.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:32 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:31.380657+0000 mgr.smithi008.afsosb (mgr.14180) 375 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:32.942 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:52:33.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:32 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:31.380657+0000 mgr.smithi008.afsosb (mgr.14180) 375 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:33.943 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:52:34.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:33 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:52:32.550339+0000 mgr.smithi008.afsosb (mgr.14180) 376 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:34.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:52:32.550339+0000 mgr.smithi008.afsosb (mgr.14180) 376 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:34.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:33.381055+0000 mgr.smithi008.afsosb (mgr.14180) 377 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:35.612 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:33.381055+0000 mgr.smithi008.afsosb (mgr.14180) 377 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:35.612 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:52:35.612 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:52:35.635 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:52:36.636 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:52:36.959 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:52:35.281691+0000 mgr.smithi008.afsosb (mgr.14180) 378 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:36.959 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:35.381555+0000 mgr.smithi008.afsosb (mgr.14180) 379 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:52:37.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:52:35.281691+0000 mgr.smithi008.afsosb (mgr.14180) 378 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:37.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:35.381555+0000 mgr.smithi008.afsosb (mgr.14180) 379 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:52:37.928 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:52:37.929 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:52:38.315 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:52:39.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:37.382181+0000 mgr.smithi008.afsosb (mgr.14180) 380 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:39.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:37.382181+0000 mgr.smithi008.afsosb (mgr.14180) 380 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:39.317 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:52:40.061 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:39 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:52:37.924053+0000 mgr.smithi008.afsosb (mgr.14180) 381 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:40.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:39 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:52:37.924053+0000 mgr.smithi008.afsosb (mgr.14180) 381 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:40.723 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:52:40.724 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:52:41.081 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:39.382679+0000 mgr.smithi008.afsosb (mgr.14180) 382 : 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-01-18T23:52:41.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:39.382679+0000 mgr.smithi008.afsosb (mgr.14180) 382 : 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-01-18T23:52:41.101 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:52:42.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:52:40.718752+0000 mgr.smithi008.afsosb (mgr.14180) 383 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:42.102 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:52:42.138 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:52:40.718752+0000 mgr.smithi008.afsosb (mgr.14180) 383 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:43.085 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:41.383219+0000 mgr.smithi008.afsosb (mgr.14180) 384 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:43.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:41.383219+0000 mgr.smithi008.afsosb (mgr.14180) 384 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:43.452 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:52:43.453 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:52:43.815 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:52:44.815 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:52:45.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:43.383623+0000 mgr.smithi008.afsosb (mgr.14180) 385 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:45.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:52:43.448229+0000 mgr.smithi008.afsosb (mgr.14180) 386 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:45.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:43.383623+0000 mgr.smithi008.afsosb (mgr.14180) 385 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:45.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:52:43.448229+0000 mgr.smithi008.afsosb (mgr.14180) 386 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:46.224 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:52:46.224 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:52:46.590 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:52:47.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:45.384285+0000 mgr.smithi008.afsosb (mgr.14180) 387 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:52:47.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:45.384285+0000 mgr.smithi008.afsosb (mgr.14180) 387 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:52:47.591 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:52:48.084 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:52:46.219750+0000 mgr.smithi008.afsosb (mgr.14180) 388 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:48.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:52:46.219750+0000 mgr.smithi008.afsosb (mgr.14180) 388 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:48.963 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:52:48.963 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:52:49.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:47.384764+0000 mgr.smithi008.afsosb (mgr.14180) 389 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:49.126 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:47.384764+0000 mgr.smithi008.afsosb (mgr.14180) 389 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:49.331 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:52:50.332 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:52:51.093 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:52:48.958739+0000 mgr.smithi008.afsosb (mgr.14180) 390 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:51.093 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:49.385422+0000 mgr.smithi008.afsosb (mgr.14180) 391 : 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-01-18T23:52:51.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:52:48.958739+0000 mgr.smithi008.afsosb (mgr.14180) 390 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:51.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:49.385422+0000 mgr.smithi008.afsosb (mgr.14180) 391 : 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-01-18T23:52:51.797 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:52:51.798 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:52:52.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:51 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:51.385832+0000 mgr.smithi008.afsosb (mgr.14180) 392 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:52.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:51 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:52:51.793395+0000 mgr.smithi008.afsosb (mgr.14180) 393 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:52.137 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:51.385832+0000 mgr.smithi008.afsosb (mgr.14180) 392 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:52.138 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:52:51.793395+0000 mgr.smithi008.afsosb (mgr.14180) 393 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:52.172 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:52:53.173 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:52:54.524 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:52:54.525 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:52:54.700 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:53.386223+0000 mgr.smithi008.afsosb (mgr.14180) 394 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:54.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:53.386223+0000 mgr.smithi008.afsosb (mgr.14180) 394 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:54.907 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:52:55.908 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:52:56.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:52:54.520114+0000 mgr.smithi008.afsosb (mgr.14180) 395 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:56.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:52:54.520114+0000 mgr.smithi008.afsosb (mgr.14180) 395 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:56.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:55.386673+0000 mgr.smithi008.afsosb (mgr.14180) 396 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:52:57.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:56 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:55.386673+0000 mgr.smithi008.afsosb (mgr.14180) 396 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:52:57.383 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:52:57.383 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:52:57.866 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:52:58.867 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:52:59.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:52:57.378041+0000 mgr.smithi008.afsosb (mgr.14180) 397 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:59.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:52:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:57.387056+0000 mgr.smithi008.afsosb (mgr.14180) 398 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:52:59.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:52:57.378041+0000 mgr.smithi008.afsosb (mgr.14180) 397 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:52:59.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:52:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:57.387056+0000 mgr.smithi008.afsosb (mgr.14180) 398 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:53:00.170 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:53:00.170 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:53:00.530 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:53:01.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:52:59.387491+0000 mgr.smithi008.afsosb (mgr.14180) 399 : 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-01-18T23:53:01.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:52:59.387491+0000 mgr.smithi008.afsosb (mgr.14180) 399 : 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-01-18T23:53:01.530 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:53:01.856 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:01 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:00.165360+0000 mgr.smithi008.afsosb (mgr.14180) 400 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:02.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:01 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:00.165360+0000 mgr.smithi008.afsosb (mgr.14180) 400 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:02.902 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:53:02.902 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:53:03.066 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:01.388029+0000 mgr.smithi008.afsosb (mgr.14180) 401 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:53:03.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:01.388029+0000 mgr.smithi008.afsosb (mgr.14180) 401 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:53:03.281 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:53:04.282 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:53:04.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:02.897499+0000 mgr.smithi008.afsosb (mgr.14180) 402 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:04.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:03.388671+0000 mgr.smithi008.afsosb (mgr.14180) 403 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:53:05.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:02.897499+0000 mgr.smithi008.afsosb (mgr.14180) 402 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:05.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:03.388671+0000 mgr.smithi008.afsosb (mgr.14180) 403 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:53:05.629 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:53:05.629 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:53:06.013 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:53:07.015 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:53:07.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:05.389225+0000 mgr.smithi008.afsosb (mgr.14180) 404 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:53:07.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:05.624604+0000 mgr.smithi008.afsosb (mgr.14180) 405 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:07.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:05.389225+0000 mgr.smithi008.afsosb (mgr.14180) 404 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:53:07.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:05.624604+0000 mgr.smithi008.afsosb (mgr.14180) 405 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:08.408 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:53:08.408 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:53:08.771 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:53:09.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:07.389651+0000 mgr.smithi008.afsosb (mgr.14180) 406 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:53:09.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:07.389651+0000 mgr.smithi008.afsosb (mgr.14180) 406 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:53:09.771 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:53:10.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:09 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:08.403927+0000 mgr.smithi008.afsosb (mgr.14180) 407 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:10.112 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:08.403927+0000 mgr.smithi008.afsosb (mgr.14180) 407 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:11.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:09.390155+0000 mgr.smithi008.afsosb (mgr.14180) 408 : 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-01-18T23:53:11.132 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:53:11.132 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:53:11.153 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:09.390155+0000 mgr.smithi008.afsosb (mgr.14180) 408 : 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-01-18T23:53:11.514 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:53:12.514 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:53:13.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:11.127919+0000 mgr.smithi008.afsosb (mgr.14180) 409 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:13.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:11.390618+0000 mgr.smithi008.afsosb (mgr.14180) 410 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:53:13.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:11.127919+0000 mgr.smithi008.afsosb (mgr.14180) 409 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:13.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:11.390618+0000 mgr.smithi008.afsosb (mgr.14180) 410 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:53:13.897 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:53:13.898 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:53:14.269 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:53:15.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:13.391077+0000 mgr.smithi008.afsosb (mgr.14180) 411 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:53:15.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:13.391077+0000 mgr.smithi008.afsosb (mgr.14180) 411 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:53:15.270 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:53:15.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:13.893088+0000 mgr.smithi008.afsosb (mgr.14180) 412 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:16.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:13.893088+0000 mgr.smithi008.afsosb (mgr.14180) 412 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:16.635 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:53:16.636 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:15.014382Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:15.015002Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:15.014529Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:15.014617Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:15.014685Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:15.014751Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:53:16.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:15.391543+0000 mgr.smithi008.afsosb (mgr.14180) 413 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:53:17.011 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:53:17.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:15.391543+0000 mgr.smithi008.afsosb (mgr.14180) 413 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:53:18.011 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:53:18.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:17 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:16.631101+0000 mgr.smithi008.afsosb (mgr.14180) 414 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:18.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:17 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:17.392206+0000 mgr.smithi008.afsosb (mgr.14180) 415 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:53:18.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:17 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:16.631101+0000 mgr.smithi008.afsosb (mgr.14180) 414 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:18.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:17 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:17.392206+0000 mgr.smithi008.afsosb (mgr.14180) 415 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:53:19.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:53:17.851655+0000 mgr.smithi008.afsosb (mgr.14180) 416 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx 2024-01-18T23:53:19.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx 2024-01-18T23:53:19.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx 2024-01-18T23:53:19.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx 2024-01-18T23:53:19.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Deploy daemon haproxy.nfs.foo.smithi008.qqjxzx ... 2024-01-18T23:53:19.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:53:19.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:53:19.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:51:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:53:19.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:52:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:53:19.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:52:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:53:19.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:53:19.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:53:19.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Traceback (most recent call last): 2024-01-18T23:53:19.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T23:53:19.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: yield (conn, connr) 2024-01-18T23:53:19.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T23:53:19.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: code, '\n'.join(err))) 2024-01-18T23:53:19.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx 2024-01-18T23:53:19.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx 2024-01-18T23:53:19.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx 2024-01-18T23:53:19.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx 2024-01-18T23:53:19.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Deploy daemon haproxy.nfs.foo.smithi008.qqjxzx ... 2024-01-18T23:53:19.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:53:19.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:53:19.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:51:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:53:19.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:52:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:53:19.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:52:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:53:19.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:53:19.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:53:19.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:53:17.851931+0000 mgr.smithi008.afsosb (mgr.14180) 417 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi008.qqjxzx 2024-01-18T23:53:19.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:17.852483+0000 mon.smithi008 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi008.qqjxzx"}]: dispatch 2024-01-18T23:53:19.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:53:17.853392+0000 mgr.smithi008.afsosb (mgr.14180) 418 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx 2024-01-18T23:53:19.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx 2024-01-18T23:53:19.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx 2024-01-18T23:53:19.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx 2024-01-18T23:53:19.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Deploy daemon haproxy.nfs.foo.smithi008.qqjxzx ... 2024-01-18T23:53:19.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:53:19.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:53:19.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:51:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:53:19.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:52:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:53:19.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:52:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:53:19.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:53:19.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:53:19.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:17.858981+0000 mon.smithi008 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:53:19.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:53:17.859331+0000 mgr.smithi008.afsosb (mgr.14180) 419 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T23:53:19.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:53:17.860583+0000 mgr.smithi008.afsosb (mgr.14180) 420 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T23:53:19.104 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:17.861439+0000 mgr.smithi008.afsosb (mgr.14180) 421 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T23:53:19.104 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:17.861569+0000 mon.smithi008 (mon.0) 656 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:53:19.104 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:18.720773+0000 mon.smithi008 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:53:19.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:53:17.851655+0000 mgr.smithi008.afsosb (mgr.14180) 416 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx 2024-01-18T23:53:19.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx 2024-01-18T23:53:19.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx 2024-01-18T23:53:19.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx 2024-01-18T23:53:19.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Deploy daemon haproxy.nfs.foo.smithi008.qqjxzx ... 2024-01-18T23:53:19.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:53:19.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:53:19.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:51:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:53:19.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:52:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:53:19.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:52:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:53:19.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:53:19.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:53:19.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Traceback (most recent call last): 2024-01-18T23:53:19.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T23:53:19.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: yield (conn, connr) 2024-01-18T23:53:19.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T23:53:19.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: code, '\n'.join(err))) 2024-01-18T23:53:19.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx 2024-01-18T23:53:19.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx 2024-01-18T23:53:19.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx 2024-01-18T23:53:19.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx 2024-01-18T23:53:19.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Deploy daemon haproxy.nfs.foo.smithi008.qqjxzx ... 2024-01-18T23:53:19.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:53:19.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:53:19.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:51:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:53:19.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:52:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:53:19.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:52:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:53:19.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:53:19.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:53:19.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:53:17.851931+0000 mgr.smithi008.afsosb (mgr.14180) 417 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi008.qqjxzx 2024-01-18T23:53:19.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:17.852483+0000 mon.smithi008 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi008.qqjxzx"}]: dispatch 2024-01-18T23:53:19.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:53:17.853392+0000 mgr.smithi008.afsosb (mgr.14180) 418 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx 2024-01-18T23:53:19.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx 2024-01-18T23:53:19.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx 2024-01-18T23:53:19.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx 2024-01-18T23:53:19.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Deploy daemon haproxy.nfs.foo.smithi008.qqjxzx ... 2024-01-18T23:53:19.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:53:19.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:53:19.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:51:25Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:53:19.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:52:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:53:19.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:52:40Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:53:19.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:53:19.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:53:19.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:17.858981+0000 mon.smithi008 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:53:19.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:53:17.859331+0000 mgr.smithi008.afsosb (mgr.14180) 419 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T23:53:19.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:53:17.860583+0000 mgr.smithi008.afsosb (mgr.14180) 420 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T23:53:19.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:17.861439+0000 mgr.smithi008.afsosb (mgr.14180) 421 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T23:53:19.168 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:17.861569+0000 mon.smithi008 (mon.0) 656 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:53:19.168 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:18.720773+0000 mon.smithi008 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:53:19.627 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:53:19.627 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:48:17.158003Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:48:17.158071Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:48:17.158136Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:48:17.158610Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:48:17.157928Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:48:17.157793Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:48:17.158217Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:48:17.158354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:48:17.158290Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:53:20.046 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T23:53:20.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:19 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:18.857017+0000 mon.smithi008 (mon.0) 658 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T23:53:20.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:19 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:19.540558+0000 mon.smithi008 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:53:20.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:19 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:19.622202+0000 mgr.smithi008.afsosb (mgr.14180) 422 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:20.138 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:19 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:18.857017+0000 mon.smithi008 (mon.0) 658 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T23:53:20.138 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:19 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:19.540558+0000 mon.smithi008 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:53:20.138 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:19 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:19.622202+0000 mgr.smithi008.afsosb (mgr.14180) 422 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:21.047 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:53:21.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:19.862002+0000 mgr.smithi008.afsosb (mgr.14180) 423 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T23:53:21.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:19.862002+0000 mgr.smithi008.afsosb (mgr.14180) 423 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T23:53:22.733 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:53:22.733 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:53:23.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:21.862551+0000 mgr.smithi008.afsosb (mgr.14180) 424 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T23:53:23.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:21.901610+0000 mon.smithi008 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:53:23.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:22.299249+0000 mon.smithi008 (mon.0) 661 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:53:23.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:22.299897+0000 mon.smithi008 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T23:53:23.117 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:22.304089+0000 mon.smithi008 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:53:23.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:22.304496+0000 mgr.smithi008.afsosb (mgr.14180) 425 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 B/s rd, 0 op/s 2024-01-18T23:53:23.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:22.307949+0000 mon.smithi008 (mon.0) 664 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T23:53:23.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:22.314837+0000 mon.smithi008 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:53:23.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:53:22.316787+0000 mgr.smithi008.afsosb (mgr.14180) 426 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.ltsekb on smithi060 2024-01-18T23:53:23.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:22.727520+0000 mgr.smithi008.afsosb (mgr.14180) 427 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:23.156 INFO:tasks.cephadm:nfs.foo has 1/1 2024-01-18T23:53:23.157 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-18T23:53:23.166 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-01-18T23:53:23.166 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:53:23.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:21.862551+0000 mgr.smithi008.afsosb (mgr.14180) 424 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-18T23:53:23.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:21.901610+0000 mon.smithi008 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:53:23.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:22.299249+0000 mon.smithi008 (mon.0) 661 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:53:23.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:22.299897+0000 mon.smithi008 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T23:53:23.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:22.304089+0000 mon.smithi008 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:53:23.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:22.304496+0000 mgr.smithi008.afsosb (mgr.14180) 425 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 B/s rd, 0 op/s 2024-01-18T23:53:23.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:22.307949+0000 mon.smithi008 (mon.0) 664 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T23:53:23.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:22.314837+0000 mon.smithi008 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:53:23.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:53:22.316787+0000 mgr.smithi008.afsosb (mgr.14180) 426 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.ltsekb on smithi060 2024-01-18T23:53:23.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:22.727520+0000 mgr.smithi008.afsosb (mgr.14180) 427 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:24.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:23 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:23.302179+0000 mon.smithi008 (mon.0) 666 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T23:53:24.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:23 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:23.302224+0000 mon.smithi008 (mon.0) 667 : cluster [INF] Cluster is now healthy 2024-01-18T23:53:24.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:23 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:23.302179+0000 mon.smithi008 (mon.0) 666 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T23:53:24.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:23 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:23.302224+0000 mon.smithi008 (mon.0) 667 : cluster [INF] Cluster is now healthy 2024-01-18T23:53:24.605 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:53:24.605 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:53:24.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:53:25.970 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:53:26.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:24.305077+0000 mgr.smithi008.afsosb (mgr.14180) 428 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 B/s rd, 0 op/s 2024-01-18T23:53:26.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:24.600127+0000 mgr.smithi008.afsosb (mgr.14180) 429 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:26.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:24.305077+0000 mgr.smithi008.afsosb (mgr.14180) 428 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 B/s rd, 0 op/s 2024-01-18T23:53:26.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:24.600127+0000 mgr.smithi008.afsosb (mgr.14180) 429 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:27.304 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:53:27.304 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:53:27.668 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:53:27.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:27 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:26.305642+0000 mgr.smithi008.afsosb (mgr.14180) 430 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 B/s rd, 0 op/s 2024-01-18T23:53:28.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:27 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:26.305642+0000 mgr.smithi008.afsosb (mgr.14180) 430 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 B/s rd, 0 op/s 2024-01-18T23:53:28.669 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:53:29.010 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:27.298277+0000 mgr.smithi008.afsosb (mgr.14180) 431 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:29.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:27.298277+0000 mgr.smithi008.afsosb (mgr.14180) 431 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:29.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:28.306058+0000 mgr.smithi008.afsosb (mgr.14180) 432 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T23:53:30.054 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:53:30.054 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:53:30.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:28.306058+0000 mgr.smithi008.afsosb (mgr.14180) 432 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T23:53:30.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:53:31.435 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:53:32.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:31 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:30.049644+0000 mgr.smithi008.afsosb (mgr.14180) 433 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:32.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:31 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:30.306496+0000 mgr.smithi008.afsosb (mgr.14180) 434 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T23:53:32.129 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:31 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:30.049644+0000 mgr.smithi008.afsosb (mgr.14180) 433 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:32.129 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:31 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:30.306496+0000 mgr.smithi008.afsosb (mgr.14180) 434 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T23:53:32.788 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:53:32.788 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:53:33.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:53:34.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:33 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:32.306899+0000 mgr.smithi008.afsosb (mgr.14180) 435 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T23:53:34.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:33 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:32.783539+0000 mgr.smithi008.afsosb (mgr.14180) 436 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:34.145 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:53:34.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:32.306899+0000 mgr.smithi008.afsosb (mgr.14180) 435 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T23:53:34.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:32.783539+0000 mgr.smithi008.afsosb (mgr.14180) 436 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:35.488 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:53:35.488 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:53:35.866 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:53:36.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:35 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:34.307371+0000 mgr.smithi008.afsosb (mgr.14180) 437 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:53:36.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:34.307371+0000 mgr.smithi008.afsosb (mgr.14180) 437 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:53:36.867 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:53:37.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:35.483212+0000 mgr.smithi008.afsosb (mgr.14180) 438 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:37.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:35.483212+0000 mgr.smithi008.afsosb (mgr.14180) 438 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:38.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:37 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:36.307839+0000 mgr.smithi008.afsosb (mgr.14180) 439 : 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-01-18T23:53:38.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:37 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:36.307839+0000 mgr.smithi008.afsosb (mgr.14180) 439 : 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-01-18T23:53:38.248 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:53:38.248 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:53:38.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:53:39.618 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:53:39.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:39 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:38.242769+0000 mgr.smithi008.afsosb (mgr.14180) 440 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:39.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:39 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:38.308225+0000 mgr.smithi008.afsosb (mgr.14180) 441 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:53:40.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:39 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:38.242769+0000 mgr.smithi008.afsosb (mgr.14180) 440 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:40.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:39 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:38.308225+0000 mgr.smithi008.afsosb (mgr.14180) 441 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:53:41.013 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:53:41.013 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:53:41.392 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:53:42.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:40.308698+0000 mgr.smithi008.afsosb (mgr.14180) 442 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:53:42.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:40.308698+0000 mgr.smithi008.afsosb (mgr.14180) 442 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:53:42.393 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:53:43.069 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:41.008754+0000 mgr.smithi008.afsosb (mgr.14180) 443 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:43.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:41.008754+0000 mgr.smithi008.afsosb (mgr.14180) 443 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:43.796 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:53:43.796 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:53:44.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:42.309300+0000 mgr.smithi008.afsosb (mgr.14180) 444 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:53:44.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:43.791577+0000 mgr.smithi008.afsosb (mgr.14180) 445 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:44.139 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:42.309300+0000 mgr.smithi008.afsosb (mgr.14180) 444 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:53:44.139 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:43.791577+0000 mgr.smithi008.afsosb (mgr.14180) 445 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:44.165 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:53:45.165 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:53:46.087 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:44.309913+0000 mgr.smithi008.afsosb (mgr.14180) 446 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:53:46.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:44.309913+0000 mgr.smithi008.afsosb (mgr.14180) 446 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:53:46.489 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:53:46.489 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:53:46.856 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:53:47.858 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:53:48.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:46.310341+0000 mgr.smithi008.afsosb (mgr.14180) 447 : 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-01-18T23:53:48.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:46.484897+0000 mgr.smithi008.afsosb (mgr.14180) 448 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:48.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:46.310341+0000 mgr.smithi008.afsosb (mgr.14180) 447 : 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-01-18T23:53:48.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:46.484897+0000 mgr.smithi008.afsosb (mgr.14180) 448 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:49.242 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:53:49.242 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:53:49.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:53:49.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:48.310919+0000 mgr.smithi008.afsosb (mgr.14180) 449 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:53:50.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:48.310919+0000 mgr.smithi008.afsosb (mgr.14180) 449 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:53:50.608 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:53:50.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:49.237508+0000 mgr.smithi008.afsosb (mgr.14180) 450 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:51.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:49.237508+0000 mgr.smithi008.afsosb (mgr.14180) 450 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:51.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:50.311464+0000 mgr.smithi008.afsosb (mgr.14180) 451 : 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-01-18T23:53:51.969 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:53:51.969 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:53:52.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:51 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:50.311464+0000 mgr.smithi008.afsosb (mgr.14180) 451 : 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-01-18T23:53:52.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:53:53.351 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:53:54.001 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:53 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:51.964146+0000 mgr.smithi008.afsosb (mgr.14180) 452 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:54.002 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:53 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:52.311852+0000 mgr.smithi008.afsosb (mgr.14180) 453 : 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-01-18T23:53:54.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:53 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:51.964146+0000 mgr.smithi008.afsosb (mgr.14180) 452 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:54.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:53 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:52.311852+0000 mgr.smithi008.afsosb (mgr.14180) 453 : 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-01-18T23:53:54.740 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:53:54.740 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:53:55.122 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:53:56.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:54.312318+0000 mgr.smithi008.afsosb (mgr.14180) 454 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:53:56.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:54.734042+0000 mgr.smithi008.afsosb (mgr.14180) 455 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:56.123 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:53:56.158 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:54.312318+0000 mgr.smithi008.afsosb (mgr.14180) 454 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:53:56.158 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:54.734042+0000 mgr.smithi008.afsosb (mgr.14180) 455 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:57.447 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:53:57.447 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:53:57.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:53:58.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:57 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:56.312767+0000 mgr.smithi008.afsosb (mgr.14180) 456 : 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-01-18T23:53:58.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:56.312767+0000 mgr.smithi008.afsosb (mgr.14180) 456 : 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-01-18T23:53:58.824 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:53:59.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:53:57.441550+0000 mgr.smithi008.afsosb (mgr.14180) 457 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:53:59.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:53:57.441550+0000 mgr.smithi008.afsosb (mgr.14180) 457 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:00.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:53:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:53:58.313368+0000 mgr.smithi008.afsosb (mgr.14180) 458 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:00.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:53:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:53:58.313368+0000 mgr.smithi008.afsosb (mgr.14180) 458 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:00.191 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:54:00.191 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:54:00.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:54:01.533 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:54:02.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:01 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:54:00.186742+0000 mgr.smithi008.afsosb (mgr.14180) 459 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:02.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:01 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:00.313940+0000 mgr.smithi008.afsosb (mgr.14180) 460 : 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-01-18T23:54:02.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:01 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:54:00.186742+0000 mgr.smithi008.afsosb (mgr.14180) 459 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:02.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:01 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:00.313940+0000 mgr.smithi008.afsosb (mgr.14180) 460 : 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-01-18T23:54:02.939 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:54:02.939 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:54:03.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:54:04.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:03 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:02.314354+0000 mgr.smithi008.afsosb (mgr.14180) 461 : 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-01-18T23:54:04.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:03 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:02.314354+0000 mgr.smithi008.afsosb (mgr.14180) 461 : 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-01-18T23:54:04.322 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:54:04.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:54:02.934303+0000 mgr.smithi008.afsosb (mgr.14180) 462 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:05.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:54:02.934303+0000 mgr.smithi008.afsosb (mgr.14180) 462 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:05.682 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:54:05.683 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:54:06.028 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:04.314941+0000 mgr.smithi008.afsosb (mgr.14180) 463 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:54:06.029 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:54:05.677097+0000 mgr.smithi008.afsosb (mgr.14180) 464 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:06.055 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:54:06.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:04.314941+0000 mgr.smithi008.afsosb (mgr.14180) 463 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:54:06.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:54:05.677097+0000 mgr.smithi008.afsosb (mgr.14180) 464 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:07.057 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:54:07.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:06.315491+0000 mgr.smithi008.afsosb (mgr.14180) 465 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:07.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:06.315491+0000 mgr.smithi008.afsosb (mgr.14180) 465 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:08.431 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:54:08.432 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:54:08.798 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:54:09.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:08.315850+0000 mgr.smithi008.afsosb (mgr.14180) 466 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:09.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:54:08.426480+0000 mgr.smithi008.afsosb (mgr.14180) 467 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:09.799 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:54:09.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:09 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:08.315850+0000 mgr.smithi008.afsosb (mgr.14180) 466 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:09.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:09 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:54:08.426480+0000 mgr.smithi008.afsosb (mgr.14180) 467 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:11.169 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:54:11.169 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:54:11.538 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:54:12.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:10.316265+0000 mgr.smithi008.afsosb (mgr.14180) 468 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:12.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:10.316265+0000 mgr.smithi008.afsosb (mgr.14180) 468 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:12.540 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:54:13.080 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:54:11.163361+0000 mgr.smithi008.afsosb (mgr.14180) 469 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:13.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:54:11.163361+0000 mgr.smithi008.afsosb (mgr.14180) 469 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:13.930 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:54:13.930 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:54:14.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:12.316793+0000 mgr.smithi008.afsosb (mgr.14180) 470 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:14.138 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:12.316793+0000 mgr.smithi008.afsosb (mgr.14180) 470 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:14.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:54:15.297 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:54:15.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:54:13.925237+0000 mgr.smithi008.afsosb (mgr.14180) 471 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:15.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:14.317445+0000 mgr.smithi008.afsosb (mgr.14180) 472 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:54:16.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:54:13.925237+0000 mgr.smithi008.afsosb (mgr.14180) 471 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:16.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:14.317445+0000 mgr.smithi008.afsosb (mgr.14180) 472 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:54:16.622 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:54:16.622 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:54:16.986 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:54:17.987 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:54:18.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:17 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:16.317867+0000 mgr.smithi008.afsosb (mgr.14180) 473 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:18.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:17 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:54:16.617740+0000 mgr.smithi008.afsosb (mgr.14180) 474 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:18.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:17 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:16.317867+0000 mgr.smithi008.afsosb (mgr.14180) 473 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:18.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:17 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:54:16.617740+0000 mgr.smithi008.afsosb (mgr.14180) 474 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:19.482 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:54:19.482 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:54:19.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:54:20.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:19 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:18.318245+0000 mgr.smithi008.afsosb (mgr.14180) 475 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:20.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:19 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:18.318245+0000 mgr.smithi008.afsosb (mgr.14180) 475 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:20.905 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:54:21.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:54:19.477277+0000 mgr.smithi008.afsosb (mgr.14180) 476 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:21.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:54:19.477277+0000 mgr.smithi008.afsosb (mgr.14180) 476 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:21.976 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:20.318904+0000 mgr.smithi008.afsosb (mgr.14180) 477 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:22.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:20.318904+0000 mgr.smithi008.afsosb (mgr.14180) 477 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:22.352 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:54:22.352 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:54:22.737 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:54:23.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:22.319329+0000 mgr.smithi008.afsosb (mgr.14180) 478 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:23.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:54:22.347401+0000 mgr.smithi008.afsosb (mgr.14180) 479 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:23.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:22.319329+0000 mgr.smithi008.afsosb (mgr.14180) 478 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:23.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:54:22.347401+0000 mgr.smithi008.afsosb (mgr.14180) 479 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:23.738 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:54:25.104 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:54:25.105 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:54:25.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:54:26.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:24.319814+0000 mgr.smithi008.afsosb (mgr.14180) 480 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:54:26.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:24.319814+0000 mgr.smithi008.afsosb (mgr.14180) 480 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:54:26.459 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:54:27.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:54:25.099944+0000 mgr.smithi008.afsosb (mgr.14180) 481 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:27.130 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:54:25.099944+0000 mgr.smithi008.afsosb (mgr.14180) 481 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:27.796 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:54:27.796 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:54:28.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:27 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:26.320363+0000 mgr.smithi008.afsosb (mgr.14180) 482 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:28.150 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:27 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:26.320363+0000 mgr.smithi008.afsosb (mgr.14180) 482 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:28.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:54:29.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:54:27.791131+0000 mgr.smithi008.afsosb (mgr.14180) 483 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:29.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:54:27.791131+0000 mgr.smithi008.afsosb (mgr.14180) 483 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:29.186 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:54:30.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:28.320802+0000 mgr.smithi008.afsosb (mgr.14180) 484 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:30.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:28.320802+0000 mgr.smithi008.afsosb (mgr.14180) 484 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:30.598 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:54:30.598 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:54:31.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:54:32.002 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:54:32.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:31 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:30.321245+0000 mgr.smithi008.afsosb (mgr.14180) 485 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:32.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:31 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:54:30.593395+0000 mgr.smithi008.afsosb (mgr.14180) 486 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:32.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:31 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:30.321245+0000 mgr.smithi008.afsosb (mgr.14180) 485 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:32.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:31 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:54:30.593395+0000 mgr.smithi008.afsosb (mgr.14180) 486 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:33.414 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:54:33.414 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:54:33.786 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:54:34.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:33 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:32.321745+0000 mgr.smithi008.afsosb (mgr.14180) 487 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:34.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:32.321745+0000 mgr.smithi008.afsosb (mgr.14180) 487 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:34.787 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:54:35.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:54:33.408573+0000 mgr.smithi008.afsosb (mgr.14180) 488 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:35.152 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:54:33.408573+0000 mgr.smithi008.afsosb (mgr.14180) 488 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:36.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:35 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:34.322308+0000 mgr.smithi008.afsosb (mgr.14180) 489 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:54:36.159 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:54:36.159 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:54:36.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:34.322308+0000 mgr.smithi008.afsosb (mgr.14180) 489 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:54:36.526 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:54:37.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:54:36.154431+0000 mgr.smithi008.afsosb (mgr.14180) 490 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:37.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:36.322732+0000 mgr.smithi008.afsosb (mgr.14180) 491 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:37.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:54:36.154431+0000 mgr.smithi008.afsosb (mgr.14180) 490 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:37.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:36.322732+0000 mgr.smithi008.afsosb (mgr.14180) 491 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:37.528 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:54:38.963 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:54:38.964 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:54:39.334 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:54:39.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:39 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:38.323118+0000 mgr.smithi008.afsosb (mgr.14180) 492 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:39.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:39 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:38.323118+0000 mgr.smithi008.afsosb (mgr.14180) 492 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:40.334 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:54:41.054 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:54:38.958343+0000 mgr.smithi008.afsosb (mgr.14180) 493 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:41.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:54:38.958343+0000 mgr.smithi008.afsosb (mgr.14180) 493 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:41.732 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:54:41.732 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:54:42.031 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:40.323659+0000 mgr.smithi008.afsosb (mgr.14180) 494 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:42.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:40.323659+0000 mgr.smithi008.afsosb (mgr.14180) 494 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:42.109 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:54:43.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:54:41.726651+0000 mgr.smithi008.afsosb (mgr.14180) 495 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:43.110 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:54:43.143 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:54:41.726651+0000 mgr.smithi008.afsosb (mgr.14180) 495 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:44.078 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:42.324087+0000 mgr.smithi008.afsosb (mgr.14180) 496 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:44.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:42.324087+0000 mgr.smithi008.afsosb (mgr.14180) 496 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:44.452 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:54:44.452 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:54:44.784 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:54:45.786 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:54:46.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:44.324601+0000 mgr.smithi008.afsosb (mgr.14180) 497 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:54:46.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:54:44.447422+0000 mgr.smithi008.afsosb (mgr.14180) 498 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:46.109 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:44.324601+0000 mgr.smithi008.afsosb (mgr.14180) 497 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:54:46.109 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:54:44.447422+0000 mgr.smithi008.afsosb (mgr.14180) 498 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:47.206 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:54:47.206 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:54:47.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:54:48.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:46.325131+0000 mgr.smithi008.afsosb (mgr.14180) 499 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:48.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:46.325131+0000 mgr.smithi008.afsosb (mgr.14180) 499 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:48.593 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:54:48.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:54:47.201332+0000 mgr.smithi008.afsosb (mgr.14180) 500 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:49.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:54:47.201332+0000 mgr.smithi008.afsosb (mgr.14180) 500 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:49.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:48.325599+0000 mgr.smithi008.afsosb (mgr.14180) 501 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:50.015 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:54:50.015 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:54:50.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:48.325599+0000 mgr.smithi008.afsosb (mgr.14180) 501 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:50.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:54:51.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:54:50.010362+0000 mgr.smithi008.afsosb (mgr.14180) 502 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:51.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:50.326166+0000 mgr.smithi008.afsosb (mgr.14180) 503 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:51.349 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:54:50.010362+0000 mgr.smithi008.afsosb (mgr.14180) 502 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:51.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:50.326166+0000 mgr.smithi008.afsosb (mgr.14180) 503 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:51.400 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:54:52.726 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:54:52.726 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:54:53.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:54:53.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:53 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:52.326705+0000 mgr.smithi008.afsosb (mgr.14180) 504 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:53.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:53 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:54:52.721308+0000 mgr.smithi008.afsosb (mgr.14180) 505 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:53.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:53 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:52.326705+0000 mgr.smithi008.afsosb (mgr.14180) 504 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:53.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:53 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:54:52.721308+0000 mgr.smithi008.afsosb (mgr.14180) 505 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:54.108 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:54:55.438 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:54:55.438 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:54:55.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:54:56.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:54.327234+0000 mgr.smithi008.afsosb (mgr.14180) 506 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:54:56.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:54.327234+0000 mgr.smithi008.afsosb (mgr.14180) 506 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:54:56.823 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:54:57.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:56 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:54:55.433440+0000 mgr.smithi008.afsosb (mgr.14180) 507 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:57.160 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:54:55.433440+0000 mgr.smithi008.afsosb (mgr.14180) 507 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:58.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:57 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:56.327908+0000 mgr.smithi008.afsosb (mgr.14180) 508 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:58.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:56.327908+0000 mgr.smithi008.afsosb (mgr.14180) 508 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:54:58.201 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:54:58.202 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:54:58.599 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:54:59.600 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:54:59.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:54:58.197042+0000 mgr.smithi008.afsosb (mgr.14180) 509 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:54:59.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:54:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:54:58.328350+0000 mgr.smithi008.afsosb (mgr.14180) 510 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:00.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:54:58.197042+0000 mgr.smithi008.afsosb (mgr.14180) 509 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:00.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:54:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:54:58.328350+0000 mgr.smithi008.afsosb (mgr.14180) 510 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:00.932 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:55:00.932 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:55:01.299 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:55:02.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:01 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:00.329036+0000 mgr.smithi008.afsosb (mgr.14180) 511 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:02.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:01 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:00.329036+0000 mgr.smithi008.afsosb (mgr.14180) 511 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:02.300 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:55:02.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:55:00.927500+0000 mgr.smithi008.afsosb (mgr.14180) 512 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:03.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:55:00.927500+0000 mgr.smithi008.afsosb (mgr.14180) 512 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:03.687 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:55:03.688 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:55:04.020 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:03 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:02.329500+0000 mgr.smithi008.afsosb (mgr.14180) 513 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:04.081 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:55:04.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:03 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:02.329500+0000 mgr.smithi008.afsosb (mgr.14180) 513 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:05.082 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:55:05.116 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:55:03.682901+0000 mgr.smithi008.afsosb (mgr.14180) 514 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:05.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:55:03.682901+0000 mgr.smithi008.afsosb (mgr.14180) 514 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:05.991 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:04.330121+0000 mgr.smithi008.afsosb (mgr.14180) 515 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:55:06.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:04.330121+0000 mgr.smithi008.afsosb (mgr.14180) 515 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:55:06.395 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:55:06.397 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:55:06.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:55:07.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:06.330577+0000 mgr.smithi008.afsosb (mgr.14180) 516 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:07.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:55:06.391022+0000 mgr.smithi008.afsosb (mgr.14180) 517 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:07.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:06.330577+0000 mgr.smithi008.afsosb (mgr.14180) 516 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:07.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:55:06.391022+0000 mgr.smithi008.afsosb (mgr.14180) 517 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:07.774 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:55:09.136 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:55:09.136 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:55:09.414 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:08.330917+0000 mgr.smithi008.afsosb (mgr.14180) 518 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:09.521 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:55:09.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:09 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:08.330917+0000 mgr.smithi008.afsosb (mgr.14180) 518 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:10.522 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:55:11.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:55:09.131714+0000 mgr.smithi008.afsosb (mgr.14180) 519 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:11.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:55:09.131714+0000 mgr.smithi008.afsosb (mgr.14180) 519 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:12.080 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:55:12.080 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:55:12.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:10.331662+0000 mgr.smithi008.afsosb (mgr.14180) 520 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:12.104 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:10.331662+0000 mgr.smithi008.afsosb (mgr.14180) 520 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:12.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:55:13.463 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:55:14.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:55:12.075280+0000 mgr.smithi008.afsosb (mgr.14180) 521 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:14.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:12.332097+0000 mgr.smithi008.afsosb (mgr.14180) 522 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:14.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:55:12.075280+0000 mgr.smithi008.afsosb (mgr.14180) 521 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:14.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:12.332097+0000 mgr.smithi008.afsosb (mgr.14180) 522 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:14.896 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:55:14.897 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:55:15.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:55:16.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:14.332597+0000 mgr.smithi008.afsosb (mgr.14180) 523 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:55:16.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:14.332597+0000 mgr.smithi008.afsosb (mgr.14180) 523 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:55:16.281 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:55:16.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:55:14.891656+0000 mgr.smithi008.afsosb (mgr.14180) 524 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:17.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:55:14.891656+0000 mgr.smithi008.afsosb (mgr.14180) 524 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:17.649 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:55:17.649 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:55:18.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:55:18.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:17 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:16.333091+0000 mgr.smithi008.afsosb (mgr.14180) 525 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:18.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:17 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:16.333091+0000 mgr.smithi008.afsosb (mgr.14180) 525 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:19.055 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:55:19.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:55:17.644624+0000 mgr.smithi008.afsosb (mgr.14180) 526 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:19.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:55:17.644624+0000 mgr.smithi008.afsosb (mgr.14180) 526 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:19.990 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:19 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:18.333491+0000 mgr.smithi008.afsosb (mgr.14180) 527 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:20.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:19 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:18.333491+0000 mgr.smithi008.afsosb (mgr.14180) 527 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:20.372 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:55:20.372 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:55:20.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:55:21.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:20.333919+0000 mgr.smithi008.afsosb (mgr.14180) 528 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:21.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:55:20.367449+0000 mgr.smithi008.afsosb (mgr.14180) 529 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:21.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:20.333919+0000 mgr.smithi008.afsosb (mgr.14180) 528 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:21.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:55:20.367449+0000 mgr.smithi008.afsosb (mgr.14180) 529 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:21.746 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:55:23.145 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:55:23.145 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:55:23.460 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:23 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:22.334384+0000 mgr.smithi008.afsosb (mgr.14180) 530 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:23.521 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:55:23.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:23 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:22.334384+0000 mgr.smithi008.afsosb (mgr.14180) 530 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:24.522 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:55:24.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:55:23.139907+0000 mgr.smithi008.afsosb (mgr.14180) 531 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:24.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:55:23.139907+0000 mgr.smithi008.afsosb (mgr.14180) 531 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:25.859 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:55:25.859 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:55:26.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:24.334839+0000 mgr.smithi008.afsosb (mgr.14180) 532 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:55:26.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:24.334839+0000 mgr.smithi008.afsosb (mgr.14180) 532 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:55:26.236 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:55:27.237 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:55:28.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:27 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:55:25.853833+0000 mgr.smithi008.afsosb (mgr.14180) 533 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:28.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:27 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:26.335484+0000 mgr.smithi008.afsosb (mgr.14180) 534 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:28.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:27 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:55:25.853833+0000 mgr.smithi008.afsosb (mgr.14180) 533 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:28.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:27 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:26.335484+0000 mgr.smithi008.afsosb (mgr.14180) 534 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:28.640 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:55:28.640 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:55:29.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:55:30.029 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:55:30.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:28.335856+0000 mgr.smithi008.afsosb (mgr.14180) 535 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:30.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:55:28.635335+0000 mgr.smithi008.afsosb (mgr.14180) 536 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:30.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:28.335856+0000 mgr.smithi008.afsosb (mgr.14180) 535 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:30.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:55:28.635335+0000 mgr.smithi008.afsosb (mgr.14180) 536 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:31.401 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:55:31.401 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:55:31.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:55:32.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:31 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:30.336455+0000 mgr.smithi008.afsosb (mgr.14180) 537 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:32.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:31 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:30.336455+0000 mgr.smithi008.afsosb (mgr.14180) 537 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:32.770 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:55:33.128 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:32 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:55:31.395983+0000 mgr.smithi008.afsosb (mgr.14180) 538 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:33.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:32 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:55:31.395983+0000 mgr.smithi008.afsosb (mgr.14180) 538 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:34.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:32.336998+0000 mgr.smithi008.afsosb (mgr.14180) 539 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:34.187 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:55:34.187 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:55:34.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:33 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:32.336998+0000 mgr.smithi008.afsosb (mgr.14180) 539 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:34.613 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:55:35.615 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:55:35.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:55:34.182164+0000 mgr.smithi008.afsosb (mgr.14180) 540 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:35.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:34.337602+0000 mgr.smithi008.afsosb (mgr.14180) 541 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:55:36.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:35 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:55:34.182164+0000 mgr.smithi008.afsosb (mgr.14180) 540 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:36.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:35 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:34.337602+0000 mgr.smithi008.afsosb (mgr.14180) 541 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:55:36.972 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:55:36.972 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:55:37.385 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:55:38.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:37 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:36.338187+0000 mgr.smithi008.afsosb (mgr.14180) 542 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:38.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:37 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:36.338187+0000 mgr.smithi008.afsosb (mgr.14180) 542 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:38.386 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:55:39.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:55:36.967610+0000 mgr.smithi008.afsosb (mgr.14180) 543 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:39.137 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:55:36.967610+0000 mgr.smithi008.afsosb (mgr.14180) 543 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:39.872 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:55:39.872 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:55:40.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:39 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:38.338664+0000 mgr.smithi008.afsosb (mgr.14180) 544 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:40.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:39 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:38.338664+0000 mgr.smithi008.afsosb (mgr.14180) 544 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:40.243 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:55:41.244 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:55:42.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:55:39.867215+0000 mgr.smithi008.afsosb (mgr.14180) 545 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:42.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:40.339270+0000 mgr.smithi008.afsosb (mgr.14180) 546 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:42.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:55:39.867215+0000 mgr.smithi008.afsosb (mgr.14180) 545 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:42.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:40.339270+0000 mgr.smithi008.afsosb (mgr.14180) 546 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:42.638 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:55:42.638 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:55:43.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:55:44.027 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:55:44.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:42.339684+0000 mgr.smithi008.afsosb (mgr.14180) 547 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:44.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:55:42.633166+0000 mgr.smithi008.afsosb (mgr.14180) 548 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:44.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:42.339684+0000 mgr.smithi008.afsosb (mgr.14180) 547 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:44.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:55:42.633166+0000 mgr.smithi008.afsosb (mgr.14180) 548 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:45.346 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:55:45.346 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:55:45.675 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:55:45.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:44.340132+0000 mgr.smithi008.afsosb (mgr.14180) 549 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:55:46.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:44.340132+0000 mgr.smithi008.afsosb (mgr.14180) 549 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:55:46.676 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:55:47.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:55:45.341665+0000 mgr.smithi008.afsosb (mgr.14180) 550 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:47.110 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:55:45.341665+0000 mgr.smithi008.afsosb (mgr.14180) 550 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:48.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:46.340606+0000 mgr.smithi008.afsosb (mgr.14180) 551 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:48.118 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:55:48.118 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:55:48.142 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:46.340606+0000 mgr.smithi008.afsosb (mgr.14180) 551 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:48.516 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:55:49.518 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:55:50.153 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:55:48.113825+0000 mgr.smithi008.afsosb (mgr.14180) 552 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:50.153 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:48.341111+0000 mgr.smithi008.afsosb (mgr.14180) 553 : 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-01-18T23:55:50.349 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:55:48.113825+0000 mgr.smithi008.afsosb (mgr.14180) 552 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:50.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:48.341111+0000 mgr.smithi008.afsosb (mgr.14180) 553 : 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-01-18T23:55:50.827 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:55:50.827 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:48:10.749015Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:55:51.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:55:52.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:50.341542+0000 mgr.smithi008.afsosb (mgr.14180) 554 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:52.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:55:50.821369+0000 mgr.smithi008.afsosb (mgr.14180) 555 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:52.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:55:51.549952+0000 mon.smithi008 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.ltsekb"}]: dispatch 2024-01-18T23:55:52.217 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:55:52.349 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:51 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:50.341542+0000 mgr.smithi008.afsosb (mgr.14180) 554 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:52.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:51 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:55:50.821369+0000 mgr.smithi008.afsosb (mgr.14180) 555 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:52.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:51 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:55:51.549952+0000 mon.smithi008 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.ltsekb"}]: dispatch 2024-01-18T23:55:53.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:55:51.549500+0000 mgr.smithi008.afsosb (mgr.14180) 556 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb 2024-01-18T23:55:53.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb 2024-01-18T23:55:53.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb 2024-01-18T23:55:53.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb 2024-01-18T23:55:53.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Deploy daemon haproxy.nfs.foo.smithi060.ltsekb ... 2024-01-18T23:55:53.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:55:53.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:55:53.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:53:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:55:53.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:54:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:55:53.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:55:13Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:55:53.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:55:53.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:55:53.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Traceback (most recent call last): 2024-01-18T23:55:53.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T23:55:53.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: yield (conn, connr) 2024-01-18T23:55:53.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T23:55:53.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: code, '\n'.join(err))) 2024-01-18T23:55:53.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb 2024-01-18T23:55:53.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb 2024-01-18T23:55:53.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb 2024-01-18T23:55:53.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb 2024-01-18T23:55:53.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Deploy daemon haproxy.nfs.foo.smithi060.ltsekb ... 2024-01-18T23:55:53.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:55:53.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:55:53.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:53:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:55:53.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:54:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:55:53.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:55:13Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:55:53.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:55:53.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:55:53.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:55:51.549673+0000 mgr.smithi008.afsosb (mgr.14180) 557 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.ltsekb 2024-01-18T23:55:53.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:55:51.550569+0000 mgr.smithi008.afsosb (mgr.14180) 558 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb 2024-01-18T23:55:53.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb 2024-01-18T23:55:53.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb 2024-01-18T23:55:53.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb 2024-01-18T23:55:53.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Deploy daemon haproxy.nfs.foo.smithi060.ltsekb ... 2024-01-18T23:55:53.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:55:53.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:55:53.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:53:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:55:53.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:54:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:55:53.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:55:13Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:55:53.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:55:53.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:55:53.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:55:51.552012+0000 mgr.smithi008.afsosb (mgr.14180) 559 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.nvsraf on smithi008 2024-01-18T23:55:53.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:55:51.549500+0000 mgr.smithi008.afsosb (mgr.14180) 556 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb 2024-01-18T23:55:53.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb 2024-01-18T23:55:53.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb 2024-01-18T23:55:53.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb 2024-01-18T23:55:53.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Deploy daemon haproxy.nfs.foo.smithi060.ltsekb ... 2024-01-18T23:55:53.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:55:53.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:55:53.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:53:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:55:53.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:54:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:55:53.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:55:13Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:55:53.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:55:53.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:55:53.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Traceback (most recent call last): 2024-01-18T23:55:53.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T23:55:53.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: yield (conn, connr) 2024-01-18T23:55:53.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T23:55:53.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: code, '\n'.join(err))) 2024-01-18T23:55:53.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb 2024-01-18T23:55:53.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb 2024-01-18T23:55:53.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb 2024-01-18T23:55:53.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb 2024-01-18T23:55:53.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Deploy daemon haproxy.nfs.foo.smithi060.ltsekb ... 2024-01-18T23:55:53.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:55:53.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:55:53.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:53:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:55:53.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:54:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:55:53.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:55:13Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:55:53.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:55:53.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:55:53.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:55:51.549673+0000 mgr.smithi008.afsosb (mgr.14180) 557 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.ltsekb 2024-01-18T23:55:53.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:55:51.550569+0000 mgr.smithi008.afsosb (mgr.14180) 558 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb 2024-01-18T23:55:53.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb 2024-01-18T23:55:53.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb 2024-01-18T23:55:53.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb 2024-01-18T23:55:53.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Deploy daemon haproxy.nfs.foo.smithi060.ltsekb ... 2024-01-18T23:55:53.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:55:53.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:55:53.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:53:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:55:53.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:54:36Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:55:53.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:55:13Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:55:53.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:55:53.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:55:53.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:55:51.552012+0000 mgr.smithi008.afsosb (mgr.14180) 559 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.nvsraf on smithi008 2024-01-18T23:55:53.547 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:55:53.547 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:55:53.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:55:54.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:53 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:52.341949+0000 mgr.smithi008.afsosb (mgr.14180) 560 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:54.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:53 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:55:53.542727+0000 mgr.smithi008.afsosb (mgr.14180) 561 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:54.349 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:53 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:52.341949+0000 mgr.smithi008.afsosb (mgr.14180) 560 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:54.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:53 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:55:53.542727+0000 mgr.smithi008.afsosb (mgr.14180) 561 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:54.900 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:55:56.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:54.342566+0000 mgr.smithi008.afsosb (mgr.14180) 562 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:55:56.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:54.342566+0000 mgr.smithi008.afsosb (mgr.14180) 562 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:55:56.246 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:55:56.246 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:55:56.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:55:57.633 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:55:58.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:57 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:55:56.241341+0000 mgr.smithi008.afsosb (mgr.14180) 563 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:58.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:57 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:56.343026+0000 mgr.smithi008.afsosb (mgr.14180) 564 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:58.154 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:55:56.241341+0000 mgr.smithi008.afsosb (mgr.14180) 563 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:55:58.155 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:56.343026+0000 mgr.smithi008.afsosb (mgr.14180) 564 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:55:59.048 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:55:59.048 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:55:59.414 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:56:00.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:55:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:55:58.343399+0000 mgr.smithi008.afsosb (mgr.14180) 565 : 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-01-18T23:56:00.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:55:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:55:58.343399+0000 mgr.smithi008.afsosb (mgr.14180) 565 : 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-01-18T23:56:00.415 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:56:01.102 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:55:59.043255+0000 mgr.smithi008.afsosb (mgr.14180) 566 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:01.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:55:59.043255+0000 mgr.smithi008.afsosb (mgr.14180) 566 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:01.794 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:56:01.794 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:56:02.113 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:01 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:00.344090+0000 mgr.smithi008.afsosb (mgr.14180) 567 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:02.113 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:01 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:56:01.788836+0000 mgr.smithi008.afsosb (mgr.14180) 568 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:02.173 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:56:02.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:01 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:00.344090+0000 mgr.smithi008.afsosb (mgr.14180) 567 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:02.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:01 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:56:01.788836+0000 mgr.smithi008.afsosb (mgr.14180) 568 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:03.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:02.344516+0000 mgr.smithi008.afsosb (mgr.14180) 569 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:03.174 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:56:03.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:02.344516+0000 mgr.smithi008.afsosb (mgr.14180) 569 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:04.541 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:56:04.541 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:56:04.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:56:05.907 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:56:06.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:04.344949+0000 mgr.smithi008.afsosb (mgr.14180) 570 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:56:06.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:56:04.535965+0000 mgr.smithi008.afsosb (mgr.14180) 571 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:06.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:04.344949+0000 mgr.smithi008.afsosb (mgr.14180) 570 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:56:06.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:56:04.535965+0000 mgr.smithi008.afsosb (mgr.14180) 571 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:07.282 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:56:07.282 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:56:07.648 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:56:07.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:06.345433+0000 mgr.smithi008.afsosb (mgr.14180) 572 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:08.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:07 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:06.345433+0000 mgr.smithi008.afsosb (mgr.14180) 572 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:08.649 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:56:08.981 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:56:07.277700+0000 mgr.smithi008.afsosb (mgr.14180) 573 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:09.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:56:07.277700+0000 mgr.smithi008.afsosb (mgr.14180) 573 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:10.065 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:56:10.065 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:56:10.094 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:08.345923+0000 mgr.smithi008.afsosb (mgr.14180) 574 : 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-01-18T23:56:10.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:09 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:08.345923+0000 mgr.smithi008.afsosb (mgr.14180) 574 : 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-01-18T23:56:10.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:56:11.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:56:10.060410+0000 mgr.smithi008.afsosb (mgr.14180) 575 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:11.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:10.346426+0000 mgr.smithi008.afsosb (mgr.14180) 576 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:11.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:56:10.060410+0000 mgr.smithi008.afsosb (mgr.14180) 575 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:11.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:10.346426+0000 mgr.smithi008.afsosb (mgr.14180) 576 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:11.448 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:56:12.824 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:56:12.824 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:56:13.205 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:56:13.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:12.346856+0000 mgr.smithi008.afsosb (mgr.14180) 577 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:13.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:56:12.818673+0000 mgr.smithi008.afsosb (mgr.14180) 578 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:13.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:12.346856+0000 mgr.smithi008.afsosb (mgr.14180) 577 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:13.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:56:12.818673+0000 mgr.smithi008.afsosb (mgr.14180) 578 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:14.205 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:56:15.579 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:56:15.579 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:56:15.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:14.347288+0000 mgr.smithi008.afsosb (mgr.14180) 579 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:56:16.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:56:16.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:14.347288+0000 mgr.smithi008.afsosb (mgr.14180) 579 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:56:17.015 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:56:17.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:56:15.573831+0000 mgr.smithi008.afsosb (mgr.14180) 580 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:17.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:56:15.573831+0000 mgr.smithi008.afsosb (mgr.14180) 580 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:18.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:17 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:16.347824+0000 mgr.smithi008.afsosb (mgr.14180) 581 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:18.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:17 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:16.347824+0000 mgr.smithi008.afsosb (mgr.14180) 581 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:18.618 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:56:18.618 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:56:19.079 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:56:19.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:18.348213+0000 mgr.smithi008.afsosb (mgr.14180) 582 : 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-01-18T23:56:19.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:56:18.612651+0000 mgr.smithi008.afsosb (mgr.14180) 583 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:19.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:18.348213+0000 mgr.smithi008.afsosb (mgr.14180) 582 : 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-01-18T23:56:19.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:56:18.612651+0000 mgr.smithi008.afsosb (mgr.14180) 583 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:20.080 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:56:21.494 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:56:21.494 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:56:21.863 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:56:22.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:20.348696+0000 mgr.smithi008.afsosb (mgr.14180) 584 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:22.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:20.348696+0000 mgr.smithi008.afsosb (mgr.14180) 584 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:22.864 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:56:23.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:56:21.488662+0000 mgr.smithi008.afsosb (mgr.14180) 585 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:23.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:56:21.488662+0000 mgr.smithi008.afsosb (mgr.14180) 585 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:24.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:23 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:22.349176+0000 mgr.smithi008.afsosb (mgr.14180) 586 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:24.317 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:56:24.317 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:56:24.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:23 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:22.349176+0000 mgr.smithi008.afsosb (mgr.14180) 586 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:24.686 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:56:25.688 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:56:26.023 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:56:24.312219+0000 mgr.smithi008.afsosb (mgr.14180) 587 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:26.023 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:24.349694+0000 mgr.smithi008.afsosb (mgr.14180) 588 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:56:26.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:56:24.312219+0000 mgr.smithi008.afsosb (mgr.14180) 587 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:26.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:24.349694+0000 mgr.smithi008.afsosb (mgr.14180) 588 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:56:27.103 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:56:27.103 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:56:27.446 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:56:28.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:27 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:26.350208+0000 mgr.smithi008.afsosb (mgr.14180) 589 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:28.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:27 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:26.350208+0000 mgr.smithi008.afsosb (mgr.14180) 589 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:28.447 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:56:29.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:56:27.097978+0000 mgr.smithi008.afsosb (mgr.14180) 590 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:29.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:56:27.097978+0000 mgr.smithi008.afsosb (mgr.14180) 590 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:29.863 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:56:29.863 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:56:30.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:28.350588+0000 mgr.smithi008.afsosb (mgr.14180) 591 : 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-01-18T23:56:30.236 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:56:30.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:28.350588+0000 mgr.smithi008.afsosb (mgr.14180) 591 : 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-01-18T23:56:31.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:56:29.858385+0000 mgr.smithi008.afsosb (mgr.14180) 592 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:31.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:30.351101+0000 mgr.smithi008.afsosb (mgr.14180) 593 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:31.237 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:56:31.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:56:29.858385+0000 mgr.smithi008.afsosb (mgr.14180) 592 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:31.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:30.351101+0000 mgr.smithi008.afsosb (mgr.14180) 593 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:32.641 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:56:32.641 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:56:33.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:56:33.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:32.351578+0000 mgr.smithi008.afsosb (mgr.14180) 594 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:33.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:56:32.636159+0000 mgr.smithi008.afsosb (mgr.14180) 595 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:33.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:33 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:32.351578+0000 mgr.smithi008.afsosb (mgr.14180) 594 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:33.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:33 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:56:32.636159+0000 mgr.smithi008.afsosb (mgr.14180) 595 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:34.021 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:56:35.349 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:56:35.350 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:56:35.726 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:56:35.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:34.351997+0000 mgr.smithi008.afsosb (mgr.14180) 596 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:56:36.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:35 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:34.351997+0000 mgr.smithi008.afsosb (mgr.14180) 596 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:56:36.727 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:56:37.061 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:56:35.344261+0000 mgr.smithi008.afsosb (mgr.14180) 597 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:37.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:56:35.344261+0000 mgr.smithi008.afsosb (mgr.14180) 597 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:38.097 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:56:38.097 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:56:38.118 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:37 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:36.352623+0000 mgr.smithi008.afsosb (mgr.14180) 598 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:38.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:37 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:36.352623+0000 mgr.smithi008.afsosb (mgr.14180) 598 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:38.526 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:56:39.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:56:38.092594+0000 mgr.smithi008.afsosb (mgr.14180) 599 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:39.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:38.353130+0000 mgr.smithi008.afsosb (mgr.14180) 600 : 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-01-18T23:56:39.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:56:38.092594+0000 mgr.smithi008.afsosb (mgr.14180) 599 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:39.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:38.353130+0000 mgr.smithi008.afsosb (mgr.14180) 600 : 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-01-18T23:56:39.528 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:56:40.918 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:56:40.919 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:56:41.322 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:56:42.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:40.353553+0000 mgr.smithi008.afsosb (mgr.14180) 601 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:42.323 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:56:42.349 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:40.353553+0000 mgr.smithi008.afsosb (mgr.14180) 601 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:43.055 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:56:40.913608+0000 mgr.smithi008.afsosb (mgr.14180) 602 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:43.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:56:40.913608+0000 mgr.smithi008.afsosb (mgr.14180) 602 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:43.762 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:56:43.763 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:56:44.063 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:42.354028+0000 mgr.smithi008.afsosb (mgr.14180) 603 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:44.064 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:56:43.757824+0000 mgr.smithi008.afsosb (mgr.14180) 604 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:44.134 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:56:44.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:42.354028+0000 mgr.smithi008.afsosb (mgr.14180) 603 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:44.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:56:43.757824+0000 mgr.smithi008.afsosb (mgr.14180) 604 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:45.136 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:56:46.146 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:44.354508+0000 mgr.smithi008.afsosb (mgr.14180) 605 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:56:46.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:44.354508+0000 mgr.smithi008.afsosb (mgr.14180) 605 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:56:46.512 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:56:46.512 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:56:46.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:56:47.894 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:56:48.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:46.354959+0000 mgr.smithi008.afsosb (mgr.14180) 606 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:48.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:56:46.507544+0000 mgr.smithi008.afsosb (mgr.14180) 607 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:48.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:46.354959+0000 mgr.smithi008.afsosb (mgr.14180) 606 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:48.390 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:56:46.507544+0000 mgr.smithi008.afsosb (mgr.14180) 607 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:48.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:48.355306+0000 mgr.smithi008.afsosb (mgr.14180) 608 : 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-01-18T23:56:49.349 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:48.355306+0000 mgr.smithi008.afsosb (mgr.14180) 608 : 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-01-18T23:56:49.362 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:56:49.363 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:56:49.734 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:56:50.735 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:56:51.077 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:56:49.358019+0000 mgr.smithi008.afsosb (mgr.14180) 609 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:51.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:56:49.358019+0000 mgr.smithi008.afsosb (mgr.14180) 609 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:52.088 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:56:52.088 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:56:52.111 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:50.355917+0000 mgr.smithi008.afsosb (mgr.14180) 610 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:52.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:51 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:50.355917+0000 mgr.smithi008.afsosb (mgr.14180) 610 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:52.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:56:53.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:56:52.082898+0000 mgr.smithi008.afsosb (mgr.14180) 611 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:53.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:52.356404+0000 mgr.smithi008.afsosb (mgr.14180) 612 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:53.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:56:52.082898+0000 mgr.smithi008.afsosb (mgr.14180) 611 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:53.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:52.356404+0000 mgr.smithi008.afsosb (mgr.14180) 612 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:53.468 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:56:54.896 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:56:54.896 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:56:55.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:56:56.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:54.356810+0000 mgr.smithi008.afsosb (mgr.14180) 613 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:56:56.266 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:56:56.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:54.356810+0000 mgr.smithi008.afsosb (mgr.14180) 613 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:56:57.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:56:54.891222+0000 mgr.smithi008.afsosb (mgr.14180) 614 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:57.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:56 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:56:54.891222+0000 mgr.smithi008.afsosb (mgr.14180) 614 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:57.633 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:56:57.633 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:56:58.007 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:56:58.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:56.357338+0000 mgr.smithi008.afsosb (mgr.14180) 615 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:58.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:56:57.628509+0000 mgr.smithi008.afsosb (mgr.14180) 616 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:58.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:57 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:56.357338+0000 mgr.smithi008.afsosb (mgr.14180) 615 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:56:58.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:57 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:56:57.628509+0000 mgr.smithi008.afsosb (mgr.14180) 616 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:56:59.008 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:56:59.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:56:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:56:58.357775+0000 mgr.smithi008.afsosb (mgr.14180) 617 : 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-01-18T23:56:59.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:56:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:56:58.357775+0000 mgr.smithi008.afsosb (mgr.14180) 617 : 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-01-18T23:57:00.422 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:57:00.423 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:57:00.821 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:57:01.822 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:57:02.142 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:01 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:00.358254+0000 mgr.smithi008.afsosb (mgr.14180) 618 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:02.142 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:01 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:57:00.417632+0000 mgr.smithi008.afsosb (mgr.14180) 619 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:02.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:01 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:00.358254+0000 mgr.smithi008.afsosb (mgr.14180) 618 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:02.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:01 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:57:00.417632+0000 mgr.smithi008.afsosb (mgr.14180) 619 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:03.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:02.358696+0000 mgr.smithi008.afsosb (mgr.14180) 620 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:03.187 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:57:03.187 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:57:03.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:02.358696+0000 mgr.smithi008.afsosb (mgr.14180) 620 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:03.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:57:04.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:03 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:57:03.181665+0000 mgr.smithi008.afsosb (mgr.14180) 621 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:04.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:03 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:57:03.181665+0000 mgr.smithi008.afsosb (mgr.14180) 621 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:04.608 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:57:06.105 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:57:06.105 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:57:06.129 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:04.359267+0000 mgr.smithi008.afsosb (mgr.14180) 622 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:57:06.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:04.359267+0000 mgr.smithi008.afsosb (mgr.14180) 622 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:57:06.482 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:57:07.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:57:06.099936+0000 mgr.smithi008.afsosb (mgr.14180) 623 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:07.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:06.359715+0000 mgr.smithi008.afsosb (mgr.14180) 624 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:07.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:57:06.099936+0000 mgr.smithi008.afsosb (mgr.14180) 623 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:07.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:06.359715+0000 mgr.smithi008.afsosb (mgr.14180) 624 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:07.483 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:57:08.835 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:57:08.835 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:57:09.256 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:57:09.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:08.360103+0000 mgr.smithi008.afsosb (mgr.14180) 625 : 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-01-18T23:57:09.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:57:08.830172+0000 mgr.smithi008.afsosb (mgr.14180) 626 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:09.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:09 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:08.360103+0000 mgr.smithi008.afsosb (mgr.14180) 625 : 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-01-18T23:57:09.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:09 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:57:08.830172+0000 mgr.smithi008.afsosb (mgr.14180) 626 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:10.256 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:57:11.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:10.360553+0000 mgr.smithi008.afsosb (mgr.14180) 627 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:11.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:10.360553+0000 mgr.smithi008.afsosb (mgr.14180) 627 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:11.614 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:57:11.614 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:57:11.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:57:12.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:57:11.609087+0000 mgr.smithi008.afsosb (mgr.14180) 628 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:12.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:57:11.609087+0000 mgr.smithi008.afsosb (mgr.14180) 628 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:12.982 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:57:13.332 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:12.361115+0000 mgr.smithi008.afsosb (mgr.14180) 629 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:13.349 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:12.361115+0000 mgr.smithi008.afsosb (mgr.14180) 629 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:14.359 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:57:14.359 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:57:14.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:57:15.749 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:57:15.784 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:57:14.353863+0000 mgr.smithi008.afsosb (mgr.14180) 630 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:15.784 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:14.361606+0000 mgr.smithi008.afsosb (mgr.14180) 631 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:57:15.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:57:14.353863+0000 mgr.smithi008.afsosb (mgr.14180) 630 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:15.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:14.361606+0000 mgr.smithi008.afsosb (mgr.14180) 631 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:57:17.169 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:57:17.169 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:57:17.486 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:17 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:16.362072+0000 mgr.smithi008.afsosb (mgr.14180) 632 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:17.580 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:57:17.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:17 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:16.362072+0000 mgr.smithi008.afsosb (mgr.14180) 632 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:18.581 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:57:18.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:57:17.163189+0000 mgr.smithi008.afsosb (mgr.14180) 633 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:18.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:57:17.163189+0000 mgr.smithi008.afsosb (mgr.14180) 633 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:19.659 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:19 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:18.362667+0000 mgr.smithi008.afsosb (mgr.14180) 634 : 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-01-18T23:57:19.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:19 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:18.362667+0000 mgr.smithi008.afsosb (mgr.14180) 634 : 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-01-18T23:57:20.085 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:57:20.086 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:57:20.455 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:57:21.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:57:20.080344+0000 mgr.smithi008.afsosb (mgr.14180) 635 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:21.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:20.363174+0000 mgr.smithi008.afsosb (mgr.14180) 636 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:21.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:57:20.080344+0000 mgr.smithi008.afsosb (mgr.14180) 635 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:21.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:20.363174+0000 mgr.smithi008.afsosb (mgr.14180) 636 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:21.455 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:57:22.809 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:57:22.810 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:57:23.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:57:23.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:23 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:22.363550+0000 mgr.smithi008.afsosb (mgr.14180) 637 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:23.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:23 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:57:22.804764+0000 mgr.smithi008.afsosb (mgr.14180) 638 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:23.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:23 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:22.363550+0000 mgr.smithi008.afsosb (mgr.14180) 637 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:23.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:23 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:57:22.804764+0000 mgr.smithi008.afsosb (mgr.14180) 638 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:24.180 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:57:25.529 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:57:25.530 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:57:25.707 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:24.363981+0000 mgr.smithi008.afsosb (mgr.14180) 639 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:57:25.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:24.363981+0000 mgr.smithi008.afsosb (mgr.14180) 639 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:57:25.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:57:26.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:57:25.525002+0000 mgr.smithi008.afsosb (mgr.14180) 640 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:26.897 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:57:26.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:57:25.525002+0000 mgr.smithi008.afsosb (mgr.14180) 640 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:27.546 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:27 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:26.364530+0000 mgr.smithi008.afsosb (mgr.14180) 641 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:27.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:27 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:26.364530+0000 mgr.smithi008.afsosb (mgr.14180) 641 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:28.290 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:57:28.290 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:57:28.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:57:29.663 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:57:29.695 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:57:28.284765+0000 mgr.smithi008.afsosb (mgr.14180) 642 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:29.695 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:28.364877+0000 mgr.smithi008.afsosb (mgr.14180) 643 : 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-01-18T23:57:29.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:57:28.284765+0000 mgr.smithi008.afsosb (mgr.14180) 642 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:29.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:28.364877+0000 mgr.smithi008.afsosb (mgr.14180) 643 : 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-01-18T23:57:30.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:30.365291+0000 mgr.smithi008.afsosb (mgr.14180) 644 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:31.038 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:57:31.038 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:57:31.349 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:30.365291+0000 mgr.smithi008.afsosb (mgr.14180) 644 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:31.412 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:57:32.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:31 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:57:31.033263+0000 mgr.smithi008.afsosb (mgr.14180) 645 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:32.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:31 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:57:31.033263+0000 mgr.smithi008.afsosb (mgr.14180) 645 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:32.413 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:57:33.082 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:32 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:32.365886+0000 mgr.smithi008.afsosb (mgr.14180) 646 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:33.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:32 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:32.365886+0000 mgr.smithi008.afsosb (mgr.14180) 646 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:33.790 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:57:33.790 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:57:34.084 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:57:33.784884+0000 mgr.smithi008.afsosb (mgr.14180) 647 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:34.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:57:34.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:33 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:57:33.784884+0000 mgr.smithi008.afsosb (mgr.14180) 647 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:35.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:34.366597+0000 mgr.smithi008.afsosb (mgr.14180) 648 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:57:35.171 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:57:35.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:34.366597+0000 mgr.smithi008.afsosb (mgr.14180) 648 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:57:36.587 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:57:36.587 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:57:36.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:57:37.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:37 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:36.367069+0000 mgr.smithi008.afsosb (mgr.14180) 649 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:37.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:37 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:57:36.581150+0000 mgr.smithi008.afsosb (mgr.14180) 650 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:37.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:37 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:36.367069+0000 mgr.smithi008.afsosb (mgr.14180) 649 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:37.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:37 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:57:36.581150+0000 mgr.smithi008.afsosb (mgr.14180) 650 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:37.971 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:57:39.355 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:57:39.356 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:57:39.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:39 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:38.367516+0000 mgr.smithi008.afsosb (mgr.14180) 651 : 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-01-18T23:57:39.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:57:39.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:39 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:38.367516+0000 mgr.smithi008.afsosb (mgr.14180) 651 : 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-01-18T23:57:40.755 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:57:40.788 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:57:39.350371+0000 mgr.smithi008.afsosb (mgr.14180) 652 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:40.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:57:39.350371+0000 mgr.smithi008.afsosb (mgr.14180) 652 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:41.739 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:40.367963+0000 mgr.smithi008.afsosb (mgr.14180) 653 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:41.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:40.367963+0000 mgr.smithi008.afsosb (mgr.14180) 653 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:42.149 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:57:42.149 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:57:42.536 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:57:43.537 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:57:43.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:57:42.144488+0000 mgr.smithi008.afsosb (mgr.14180) 654 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:43.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:42.368590+0000 mgr.smithi008.afsosb (mgr.14180) 655 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:43.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:57:42.144488+0000 mgr.smithi008.afsosb (mgr.14180) 654 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:43.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:42.368590+0000 mgr.smithi008.afsosb (mgr.14180) 655 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:45.033 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:57:45.033 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:57:45.407 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:57:45.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:44.369292+0000 mgr.smithi008.afsosb (mgr.14180) 656 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:57:45.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:44.369292+0000 mgr.smithi008.afsosb (mgr.14180) 656 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:57:46.408 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:57:46.736 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:57:45.027727+0000 mgr.smithi008.afsosb (mgr.14180) 657 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:46.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:57:45.027727+0000 mgr.smithi008.afsosb (mgr.14180) 657 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:47.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:46.369871+0000 mgr.smithi008.afsosb (mgr.14180) 658 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:47.767 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:57:47.768 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:57:47.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:46.369871+0000 mgr.smithi008.afsosb (mgr.14180) 658 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:48.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:57:48.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:57:47.762756+0000 mgr.smithi008.afsosb (mgr.14180) 659 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:48.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:57:47.762756+0000 mgr.smithi008.afsosb (mgr.14180) 659 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:49.153 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:57:49.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:48.370416+0000 mgr.smithi008.afsosb (mgr.14180) 660 : 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-01-18T23:57:49.897 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:48.370416+0000 mgr.smithi008.afsosb (mgr.14180) 660 : 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-01-18T23:57:50.603 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:57:50.603 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:57:51.010 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:57:51.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:50.370862+0000 mgr.smithi008.afsosb (mgr.14180) 661 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:51.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:57:50.598596+0000 mgr.smithi008.afsosb (mgr.14180) 662 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:51.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:50.370862+0000 mgr.smithi008.afsosb (mgr.14180) 661 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:51.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:57:50.598596+0000 mgr.smithi008.afsosb (mgr.14180) 662 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:52.011 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:57:53.472 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:57:53.472 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:57:53.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:53 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:52.371497+0000 mgr.smithi008.afsosb (mgr.14180) 663 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:53.842 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:57:53.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:53 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:52.371497+0000 mgr.smithi008.afsosb (mgr.14180) 663 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:54.843 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:57:54.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:57:53.467791+0000 mgr.smithi008.afsosb (mgr.14180) 664 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:54.877 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:57:53.467791+0000 mgr.smithi008.afsosb (mgr.14180) 664 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:55.830 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:54.372171+0000 mgr.smithi008.afsosb (mgr.14180) 665 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:57:55.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:54.372171+0000 mgr.smithi008.afsosb (mgr.14180) 665 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:57:56.219 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:57:56.219 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:57:56.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:57:57.602 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:57:57.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:57 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:57:56.214489+0000 mgr.smithi008.afsosb (mgr.14180) 666 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:57.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:57 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:56.372654+0000 mgr.smithi008.afsosb (mgr.14180) 667 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:57.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:57:56.214489+0000 mgr.smithi008.afsosb (mgr.14180) 666 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:57:57.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:56.372654+0000 mgr.smithi008.afsosb (mgr.14180) 667 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:57:59.031 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:57:59.031 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:57:59.407 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:57:59.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:57:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:57:58.373062+0000 mgr.smithi008.afsosb (mgr.14180) 668 : 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-01-18T23:57:59.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:57:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:57:58.373062+0000 mgr.smithi008.afsosb (mgr.14180) 668 : 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-01-18T23:58:00.407 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:58:00.750 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:57:59.025750+0000 mgr.smithi008.afsosb (mgr.14180) 669 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:00.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:57:59.025750+0000 mgr.smithi008.afsosb (mgr.14180) 669 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:01.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:01 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:00.373684+0000 mgr.smithi008.afsosb (mgr.14180) 670 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:01.780 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:58:01.781 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:58:01.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:01 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:00.373684+0000 mgr.smithi008.afsosb (mgr.14180) 670 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:02.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:58:02.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:01.775729+0000 mgr.smithi008.afsosb (mgr.14180) 671 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:02.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:01.775729+0000 mgr.smithi008.afsosb (mgr.14180) 671 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:03.103 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:58:03.794 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:03 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:02.374312+0000 mgr.smithi008.afsosb (mgr.14180) 672 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:03.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:03 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:02.374312+0000 mgr.smithi008.afsosb (mgr.14180) 672 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:04.507 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:58:04.507 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:58:04.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:58:05.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:04.374752+0000 mgr.smithi008.afsosb (mgr.14180) 673 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:58:05.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:04.502347+0000 mgr.smithi008.afsosb (mgr.14180) 674 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:05.894 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:58:05.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:04.374752+0000 mgr.smithi008.afsosb (mgr.14180) 673 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:58:05.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:04.502347+0000 mgr.smithi008.afsosb (mgr.14180) 674 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:07.254 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:58:07.254 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:58:07.546 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:06.375242+0000 mgr.smithi008.afsosb (mgr.14180) 675 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:07.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:58:07.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:07 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:06.375242+0000 mgr.smithi008.afsosb (mgr.14180) 675 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:08.634 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:58:08.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:07.248623+0000 mgr.smithi008.afsosb (mgr.14180) 676 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:08.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:07.248623+0000 mgr.smithi008.afsosb (mgr.14180) 676 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:09.661 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:08.375767+0000 mgr.smithi008.afsosb (mgr.14180) 677 : 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-01-18T23:58:09.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:09 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:08.375767+0000 mgr.smithi008.afsosb (mgr.14180) 677 : 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-01-18T23:58:10.036 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:58:10.037 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:58:10.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:58:11.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:10.031500+0000 mgr.smithi008.afsosb (mgr.14180) 678 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:11.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:10.376221+0000 mgr.smithi008.afsosb (mgr.14180) 679 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:11.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:10.031500+0000 mgr.smithi008.afsosb (mgr.14180) 678 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:11.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:10.376221+0000 mgr.smithi008.afsosb (mgr.14180) 679 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:11.425 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:58:12.819 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:58:12.819 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:58:13.248 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:58:13.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:12.376648+0000 mgr.smithi008.afsosb (mgr.14180) 680 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:13.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:12.814460+0000 mgr.smithi008.afsosb (mgr.14180) 681 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:13.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:12.376648+0000 mgr.smithi008.afsosb (mgr.14180) 680 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:13.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:12.814460+0000 mgr.smithi008.afsosb (mgr.14180) 681 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:14.249 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:58:15.652 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:58:15.653 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:58:15.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:14.377092+0000 mgr.smithi008.afsosb (mgr.14180) 682 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:58:15.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:14.377092+0000 mgr.smithi008.afsosb (mgr.14180) 682 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:58:16.023 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:58:16.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:15.647791+0000 mgr.smithi008.afsosb (mgr.14180) 683 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:16.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:15.647791+0000 mgr.smithi008.afsosb (mgr.14180) 683 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:17.024 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:58:17.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:17 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:16.377787+0000 mgr.smithi008.afsosb (mgr.14180) 684 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:17.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:17 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:16.377787+0000 mgr.smithi008.afsosb (mgr.14180) 684 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:18.454 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:58:18.454 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:50:48.642350Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.zgxkpa on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-zgxkpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.zgxkpa\nDeploy daemon haproxy.nfs.foo.smithi060.zgxkpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:48:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:49:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:50:11Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.853232Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.qqjxzx on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-qqjxzx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.qqjxzx\nDeploy daemon haproxy.nfs.foo.smithi008.qqjxzx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:51:25Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:52:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:53:17.859228Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.wdapfg on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:58:18.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:58:19.833 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:58:19.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:19 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:18.378174+0000 mgr.smithi008.afsosb (mgr.14180) 685 : 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-01-18T23:58:19.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:19 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:18.449510+0000 mgr.smithi008.afsosb (mgr.14180) 686 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:19.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:19 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:18.378174+0000 mgr.smithi008.afsosb (mgr.14180) 685 : 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-01-18T23:58:19.866 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:19 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:18.449510+0000 mgr.smithi008.afsosb (mgr.14180) 686 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:21.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:20.378612+0000 mgr.smithi008.afsosb (mgr.14180) 687 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:21.293 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:58:21.293 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:19.534894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:19.535523Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:19.535038Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:19.535119Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:19.535186Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:19.535269Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:58:21.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:20.378612+0000 mgr.smithi008.afsosb (mgr.14180) 687 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:21.668 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:58:22.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:58:20.970289+0000 mgr.smithi008.afsosb (mgr.14180) 688 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf 2024-01-18T23:58:22.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf 2024-01-18T23:58:22.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf 2024-01-18T23:58:22.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf 2024-01-18T23:58:22.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Deploy daemon haproxy.nfs.foo.smithi008.nvsraf ... 2024-01-18T23:58:22.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:58:22.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:58:22.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:56:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:58:22.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:57:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:58:22.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:57:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:58:22.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:58:22.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:58:22.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Traceback (most recent call last): 2024-01-18T23:58:22.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T23:58:22.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: yield (conn, connr) 2024-01-18T23:58:22.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T23:58:22.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: code, '\n'.join(err))) 2024-01-18T23:58:22.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf 2024-01-18T23:58:22.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf 2024-01-18T23:58:22.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf 2024-01-18T23:58:22.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf 2024-01-18T23:58:22.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Deploy daemon haproxy.nfs.foo.smithi008.nvsraf ... 2024-01-18T23:58:22.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:58:22.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:58:22.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:56:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:58:22.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:57:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:58:22.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:57:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:58:22.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:58:22.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:58:22.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:58:20.970451+0000 mgr.smithi008.afsosb (mgr.14180) 689 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi008.nvsraf 2024-01-18T23:58:22.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:20.970743+0000 mon.smithi008 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi008.nvsraf"}]: dispatch 2024-01-18T23:58:22.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:58:20.971294+0000 mgr.smithi008.afsosb (mgr.14180) 690 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf 2024-01-18T23:58:22.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf 2024-01-18T23:58:22.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf 2024-01-18T23:58:22.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf 2024-01-18T23:58:22.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Deploy daemon haproxy.nfs.foo.smithi008.nvsraf ... 2024-01-18T23:58:22.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:58:22.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:58:22.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:56:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:58:22.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:57:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:58:22.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:57:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:58:22.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:58:22.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:58:22.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:58:20.972435+0000 mgr.smithi008.afsosb (mgr.14180) 691 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T23:58:22.104 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:58:20.973401+0000 mgr.smithi008.afsosb (mgr.14180) 692 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T23:58:22.104 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:20.974342+0000 mgr.smithi008.afsosb (mgr.14180) 693 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-18T23:58:22.104 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:20.975766+0000 mon.smithi008 (mon.0) 670 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:58:22.104 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:21.223086+0000 mon.smithi008 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:58:22.104 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:21.226424+0000 mon.smithi008 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:58:22.104 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:21.288381+0000 mgr.smithi008.afsosb (mgr.14180) 694 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:22.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:58:20.970289+0000 mgr.smithi008.afsosb (mgr.14180) 688 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf 2024-01-18T23:58:22.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf 2024-01-18T23:58:22.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf 2024-01-18T23:58:22.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf 2024-01-18T23:58:22.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Deploy daemon haproxy.nfs.foo.smithi008.nvsraf ... 2024-01-18T23:58:22.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:58:22.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:58:22.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:56:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:58:22.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:57:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:58:22.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:57:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:58:22.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:58:22.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:58:22.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Traceback (most recent call last): 2024-01-18T23:58:22.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T23:58:22.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: yield (conn, connr) 2024-01-18T23:58:22.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T23:58:22.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: code, '\n'.join(err))) 2024-01-18T23:58:22.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf 2024-01-18T23:58:22.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf 2024-01-18T23:58:22.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf 2024-01-18T23:58:22.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf 2024-01-18T23:58:22.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Deploy daemon haproxy.nfs.foo.smithi008.nvsraf ... 2024-01-18T23:58:22.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:58:22.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:58:22.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:56:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:58:22.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:57:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:58:22.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:57:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:58:22.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:58:22.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:58:22.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:58:20.970451+0000 mgr.smithi008.afsosb (mgr.14180) 689 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi008.nvsraf 2024-01-18T23:58:22.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:20.970743+0000 mon.smithi008 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi008.nvsraf"}]: dispatch 2024-01-18T23:58:22.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:58:20.971294+0000 mgr.smithi008.afsosb (mgr.14180) 690 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf 2024-01-18T23:58:22.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf 2024-01-18T23:58:22.166 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf 2024-01-18T23:58:22.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf 2024-01-18T23:58:22.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Deploy daemon haproxy.nfs.foo.smithi008.nvsraf ... 2024-01-18T23:58:22.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:58:22.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T23:58:22.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:56:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:58:22.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:57:06Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:58:22.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:57:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T23:58:22.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T23:58:22.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T23:58:22.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:58:20.972435+0000 mgr.smithi008.afsosb (mgr.14180) 691 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T23:58:22.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:58:20.973401+0000 mgr.smithi008.afsosb (mgr.14180) 692 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T23:58:22.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:20.974342+0000 mgr.smithi008.afsosb (mgr.14180) 693 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-18T23:58:22.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:20.975766+0000 mon.smithi008 (mon.0) 670 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T23:58:22.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:21.223086+0000 mon.smithi008 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:58:22.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:21.226424+0000 mon.smithi008 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:58:22.168 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:21.288381+0000 mgr.smithi008.afsosb (mgr.14180) 694 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:22.669 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:58:23.153 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:21.888541+0000 mon.smithi008 (mon.0) 673 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T23:58:23.153 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:22.758165+0000 mon.smithi008 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:58:23.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:21.888541+0000 mon.smithi008 (mon.0) 673 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T23:58:23.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:22.758165+0000 mon.smithi008 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:58:24.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:23 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:22.975035+0000 mgr.smithi008.afsosb (mgr.14180) 695 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-18T23:58:24.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:23 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:23.050109+0000 mon.smithi008 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:58:24.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:23 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:23.050840+0000 mon.smithi008 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:58:24.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:23 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:23.051450+0000 mon.smithi008 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:58:24.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:23 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:23.052037+0000 mon.smithi008 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:58:24.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:23 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:58:23.052551+0000 mgr.smithi008.afsosb (mgr.14180) 696 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 2969M 2024-01-18T23:58:24.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:23 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:23.056468+0000 mon.smithi008 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:58:24.165 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:23 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:23.814176+0000 mon.smithi008 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:58:24.337 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:58:24.337 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:53:21.894738Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:53:21.894806Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:53:21.894872Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:53:21.895333Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:53:21.894663Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:53:21.894524Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:53:21.895397Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:53:21.894936Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:53:21.895063Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:53:21.894999Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:58:24.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:23 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:22.975035+0000 mgr.smithi008.afsosb (mgr.14180) 695 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-18T23:58:24.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:23 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:23.050109+0000 mon.smithi008 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:58:24.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:23 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:23.050840+0000 mon.smithi008 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:58:24.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:23 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:23.051450+0000 mon.smithi008 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:58:24.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:23 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:23.052037+0000 mon.smithi008 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:58:24.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:23 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:58:23.052551+0000 mgr.smithi008.afsosb (mgr.14180) 696 : cephadm [INF] Adjusting osd_memory_target on smithi060 to 2969M 2024-01-18T23:58:24.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:23 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:23.056468+0000 mon.smithi008 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:58:24.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:23 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:23.814176+0000 mon.smithi008 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:58:24.722 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:58:25.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:24.332331+0000 mgr.smithi008.afsosb (mgr.14180) 697 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:25.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:24.332331+0000 mgr.smithi008.afsosb (mgr.14180) 697 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:25.723 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:58:26.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:24.975908+0000 mgr.smithi008.afsosb (mgr.14180) 698 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-18T23:58:26.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:25.071082+0000 mon.smithi008 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:58:26.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:25.357998+0000 mon.smithi008 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:58:26.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:25.358617+0000 mon.smithi008 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:58:26.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:25.359176+0000 mon.smithi008 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:58:26.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:25.359708+0000 mon.smithi008 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:58:26.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:58:25.360117+0000 mgr.smithi008.afsosb (mgr.14180) 699 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 1945M 2024-01-18T23:58:26.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:25.363824+0000 mon.smithi008 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:58:26.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:25.364672+0000 mon.smithi008 (mon.0) 687 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:58:26.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:25.365276+0000 mon.smithi008 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T23:58:26.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:25.368837+0000 mon.smithi008 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:58:26.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:25.369210+0000 mgr.smithi008.afsosb (mgr.14180) 700 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-01-18T23:58:26.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:25.372291+0000 mon.smithi008 (mon.0) 690 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T23:58:26.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:25.378541+0000 mon.smithi008 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:58:26.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-18T23:58:25.380482+0000 mgr.smithi008.afsosb (mgr.14180) 701 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.kcpdbs on smithi060 2024-01-18T23:58:26.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:25.902842+0000 mon.smithi008 (mon.0) 692 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T23:58:26.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:25.902870+0000 mon.smithi008 (mon.0) 693 : cluster [INF] Cluster is now healthy 2024-01-18T23:58:26.408 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:24.975908+0000 mgr.smithi008.afsosb (mgr.14180) 698 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-18T23:58:26.409 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:25.071082+0000 mon.smithi008 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:58:26.409 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:25.357998+0000 mon.smithi008 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:58:26.409 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:25.358617+0000 mon.smithi008 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:58:26.409 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:25.359176+0000 mon.smithi008 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:58:26.409 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:25.359708+0000 mon.smithi008 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T23:58:26.409 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:58:25.360117+0000 mgr.smithi008.afsosb (mgr.14180) 699 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 1945M 2024-01-18T23:58:26.409 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:25.363824+0000 mon.smithi008 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:58:26.409 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:25.364672+0000 mon.smithi008 (mon.0) 687 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T23:58:26.409 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:25.365276+0000 mon.smithi008 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T23:58:26.409 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:25.368837+0000 mon.smithi008 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:58:26.409 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:25.369210+0000 mgr.smithi008.afsosb (mgr.14180) 700 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-01-18T23:58:26.409 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:25.372291+0000 mon.smithi008 (mon.0) 690 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T23:58:26.409 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:25.378541+0000 mon.smithi008 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-18T23:58:26.409 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-18T23:58:25.380482+0000 mgr.smithi008.afsosb (mgr.14180) 701 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.kcpdbs on smithi060 2024-01-18T23:58:26.410 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:25.902842+0000 mon.smithi008 (mon.0) 692 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T23:58:26.410 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:25.902870+0000 mon.smithi008 (mon.0) 693 : cluster [INF] Cluster is now healthy 2024-01-18T23:58:27.100 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:58:27.101 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:58:27.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:58:28.493 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:58:28.823 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:27.095953+0000 mgr.smithi008.afsosb (mgr.14180) 702 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:28.823 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:27.369600+0000 mgr.smithi008.afsosb (mgr.14180) 703 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-01-18T23:58:28.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:27.095953+0000 mgr.smithi008.afsosb (mgr.14180) 702 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:28.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:27.369600+0000 mgr.smithi008.afsosb (mgr.14180) 703 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-01-18T23:58:29.833 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:58:29.833 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:58:30.222 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:58:30.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:29.370024+0000 mgr.smithi008.afsosb (mgr.14180) 704 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-01-18T23:58:30.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:29.827868+0000 mgr.smithi008.afsosb (mgr.14180) 705 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:30.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:29.370024+0000 mgr.smithi008.afsosb (mgr.14180) 704 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 113 B/s rd, 0 op/s 2024-01-18T23:58:30.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:29.827868+0000 mgr.smithi008.afsosb (mgr.14180) 705 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:31.223 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:58:32.567 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:58:32.567 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:58:32.594 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:32 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:31.370493+0000 mgr.smithi008.afsosb (mgr.14180) 706 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T23:58:32.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:32 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:31.370493+0000 mgr.smithi008.afsosb (mgr.14180) 706 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T23:58:32.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:58:33.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:33 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:32.562361+0000 mgr.smithi008.afsosb (mgr.14180) 707 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:33.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:32.562361+0000 mgr.smithi008.afsosb (mgr.14180) 707 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:33.956 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:58:34.607 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:33.371101+0000 mgr.smithi008.afsosb (mgr.14180) 708 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T23:58:34.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:33.371101+0000 mgr.smithi008.afsosb (mgr.14180) 708 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T23:58:35.289 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:58:35.290 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:58:35.670 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:58:36.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:35.284685+0000 mgr.smithi008.afsosb (mgr.14180) 709 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:36.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:35.371624+0000 mgr.smithi008.afsosb (mgr.14180) 710 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T23:58:36.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:35 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:35.284685+0000 mgr.smithi008.afsosb (mgr.14180) 709 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:36.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:35 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:35.371624+0000 mgr.smithi008.afsosb (mgr.14180) 710 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T23:58:36.671 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:58:38.042 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:58:38.042 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:58:38.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:58:38.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:37.372290+0000 mgr.smithi008.afsosb (mgr.14180) 711 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:38.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:37.372290+0000 mgr.smithi008.afsosb (mgr.14180) 711 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:39.422 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:58:39.754 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:39 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:38.037631+0000 mgr.smithi008.afsosb (mgr.14180) 712 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:39.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:39 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:38.037631+0000 mgr.smithi008.afsosb (mgr.14180) 712 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:40.817 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:58:40.817 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:58:40.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:39.372820+0000 mgr.smithi008.afsosb (mgr.14180) 713 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:40.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:39.372820+0000 mgr.smithi008.afsosb (mgr.14180) 713 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:41.246 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:58:41.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:40.812536+0000 mgr.smithi008.afsosb (mgr.14180) 714 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:41.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:40.812536+0000 mgr.smithi008.afsosb (mgr.14180) 714 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:42.247 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:58:42.579 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:41.373307+0000 mgr.smithi008.afsosb (mgr.14180) 715 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:42.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:41.373307+0000 mgr.smithi008.afsosb (mgr.14180) 715 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:43.586 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:58:43.586 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:58:43.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:58:44.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:43.373662+0000 mgr.smithi008.afsosb (mgr.14180) 716 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:44.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:43.581953+0000 mgr.smithi008.afsosb (mgr.14180) 717 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:44.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:43.373662+0000 mgr.smithi008.afsosb (mgr.14180) 716 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:44.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:43.581953+0000 mgr.smithi008.afsosb (mgr.14180) 717 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:44.971 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:58:46.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:45.374116+0000 mgr.smithi008.afsosb (mgr.14180) 718 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:58:46.299 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:58:46.299 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:58:46.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:45.374116+0000 mgr.smithi008.afsosb (mgr.14180) 718 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:58:46.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:58:47.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:46.294154+0000 mgr.smithi008.afsosb (mgr.14180) 719 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:47.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:46.294154+0000 mgr.smithi008.afsosb (mgr.14180) 719 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:47.677 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:58:48.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:47.374785+0000 mgr.smithi008.afsosb (mgr.14180) 720 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:48.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:47.374785+0000 mgr.smithi008.afsosb (mgr.14180) 720 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:49.042 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:58:49.042 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:58:49.402 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:58:50.403 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:58:50.744 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:49.036876+0000 mgr.smithi008.afsosb (mgr.14180) 721 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:50.744 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:49.375314+0000 mgr.smithi008.afsosb (mgr.14180) 722 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:50.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:49.036876+0000 mgr.smithi008.afsosb (mgr.14180) 721 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:50.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:49.375314+0000 mgr.smithi008.afsosb (mgr.14180) 722 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:51.817 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:58:51.817 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:58:52.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:58:52.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:51.375772+0000 mgr.smithi008.afsosb (mgr.14180) 723 : 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-01-18T23:58:52.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:51.811968+0000 mgr.smithi008.afsosb (mgr.14180) 724 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:52.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:51.375772+0000 mgr.smithi008.afsosb (mgr.14180) 723 : 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-01-18T23:58:52.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:51.811968+0000 mgr.smithi008.afsosb (mgr.14180) 724 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:53.185 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:58:54.619 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:58:54.620 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:58:54.649 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:53.376117+0000 mgr.smithi008.afsosb (mgr.14180) 725 : 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-01-18T23:58:54.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:53.376117+0000 mgr.smithi008.afsosb (mgr.14180) 725 : 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-01-18T23:58:55.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:58:55.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:54.614175+0000 mgr.smithi008.afsosb (mgr.14180) 726 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:55.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:54.614175+0000 mgr.smithi008.afsosb (mgr.14180) 726 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:56.035 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:58:56.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:55.376632+0000 mgr.smithi008.afsosb (mgr.14180) 727 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:58:56.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:56 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:55.376632+0000 mgr.smithi008.afsosb (mgr.14180) 727 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:58:57.438 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:58:57.438 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:58:57.817 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:58:58.818 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:58:58.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:57.377038+0000 mgr.smithi008.afsosb (mgr.14180) 728 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:58.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:58:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:58:57.433019+0000 mgr.smithi008.afsosb (mgr.14180) 729 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:58:58.853 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:57.377038+0000 mgr.smithi008.afsosb (mgr.14180) 728 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:58:58.853 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:58:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:58:57.433019+0000 mgr.smithi008.afsosb (mgr.14180) 729 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:00.149 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:59:00.149 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:59:00.561 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:59:00.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:58:59.377588+0000 mgr.smithi008.afsosb (mgr.14180) 730 : 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-01-18T23:59:00.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:58:59.377588+0000 mgr.smithi008.afsosb (mgr.14180) 730 : 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-01-18T23:59:01.562 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:59:01.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:01 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:59:00.143928+0000 mgr.smithi008.afsosb (mgr.14180) 731 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:01.893 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:01 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:59:00.143928+0000 mgr.smithi008.afsosb (mgr.14180) 731 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:02.573 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:01.378115+0000 mgr.smithi008.afsosb (mgr.14180) 732 : 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-01-18T23:59:02.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:01.378115+0000 mgr.smithi008.afsosb (mgr.14180) 732 : 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-01-18T23:59:02.964 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:59:02.964 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:59:03.325 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:59:04.326 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:59:04.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:59:02.959584+0000 mgr.smithi008.afsosb (mgr.14180) 733 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:04.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:03.378681+0000 mgr.smithi008.afsosb (mgr.14180) 734 : 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-01-18T23:59:04.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:59:02.959584+0000 mgr.smithi008.afsosb (mgr.14180) 733 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:04.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:03.378681+0000 mgr.smithi008.afsosb (mgr.14180) 734 : 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-01-18T23:59:05.702 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:59:05.702 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:59:06.073 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:05.379150+0000 mgr.smithi008.afsosb (mgr.14180) 735 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:59:06.073 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:59:05.697232+0000 mgr.smithi008.afsosb (mgr.14180) 736 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:06.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:59:06.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:05.379150+0000 mgr.smithi008.afsosb (mgr.14180) 735 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:59:06.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:59:05.697232+0000 mgr.smithi008.afsosb (mgr.14180) 736 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:07.094 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:59:08.491 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:59:08.491 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:59:08.822 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:07.379697+0000 mgr.smithi008.afsosb (mgr.14180) 737 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:08.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:07.379697+0000 mgr.smithi008.afsosb (mgr.14180) 737 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:08.857 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:59:09.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:09 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:59:08.486018+0000 mgr.smithi008.afsosb (mgr.14180) 738 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:09.858 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:59:09.893 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:59:08.486018+0000 mgr.smithi008.afsosb (mgr.14180) 738 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:10.578 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:09.380205+0000 mgr.smithi008.afsosb (mgr.14180) 739 : 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-01-18T23:59:10.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:09.380205+0000 mgr.smithi008.afsosb (mgr.14180) 739 : 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-01-18T23:59:11.268 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:59:11.269 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:59:11.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:59:12.633 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:59:12.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:59:11.263764+0000 mgr.smithi008.afsosb (mgr.14180) 740 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:12.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:11.380734+0000 mgr.smithi008.afsosb (mgr.14180) 741 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:12.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:59:11.263764+0000 mgr.smithi008.afsosb (mgr.14180) 740 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:12.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:11.380734+0000 mgr.smithi008.afsosb (mgr.14180) 741 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:13.977 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:59:13.977 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:59:14.357 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:59:14.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:13.381399+0000 mgr.smithi008.afsosb (mgr.14180) 742 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:14.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:13.381399+0000 mgr.smithi008.afsosb (mgr.14180) 742 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:15.358 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:59:15.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:59:13.972184+0000 mgr.smithi008.afsosb (mgr.14180) 743 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:15.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:59:13.972184+0000 mgr.smithi008.afsosb (mgr.14180) 743 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:16.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:15.381909+0000 mgr.smithi008.afsosb (mgr.14180) 744 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:59:16.852 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:59:16.852 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:59:16.877 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:15.381909+0000 mgr.smithi008.afsosb (mgr.14180) 744 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:59:17.281 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:59:17.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:17 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:59:16.847357+0000 mgr.smithi008.afsosb (mgr.14180) 745 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:17.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:17 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:59:16.847357+0000 mgr.smithi008.afsosb (mgr.14180) 745 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:18.283 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:59:18.607 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:17.382664+0000 mgr.smithi008.afsosb (mgr.14180) 746 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:18.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:17.382664+0000 mgr.smithi008.afsosb (mgr.14180) 746 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:19.652 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:59:19.652 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:59:20.013 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:59:20.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:19.383122+0000 mgr.smithi008.afsosb (mgr.14180) 747 : 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-01-18T23:59:20.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:59:19.647319+0000 mgr.smithi008.afsosb (mgr.14180) 748 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:20.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:19.383122+0000 mgr.smithi008.afsosb (mgr.14180) 747 : 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-01-18T23:59:20.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:59:19.647319+0000 mgr.smithi008.afsosb (mgr.14180) 748 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:21.015 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:59:22.333 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:59:22.333 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:59:22.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:21.383538+0000 mgr.smithi008.afsosb (mgr.14180) 749 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:22.723 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:59:22.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:21.383538+0000 mgr.smithi008.afsosb (mgr.14180) 749 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:23.724 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:59:23.757 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:23 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:59:22.328206+0000 mgr.smithi008.afsosb (mgr.14180) 750 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:23.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:23 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:59:22.328206+0000 mgr.smithi008.afsosb (mgr.14180) 750 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:24.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:23.383961+0000 mgr.smithi008.afsosb (mgr.14180) 751 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:24.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:23.383961+0000 mgr.smithi008.afsosb (mgr.14180) 751 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:25.061 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:59:25.061 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:59:25.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:59:26.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:59:25.056703+0000 mgr.smithi008.afsosb (mgr.14180) 752 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:26.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:25.384431+0000 mgr.smithi008.afsosb (mgr.14180) 753 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:59:26.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:59:25.056703+0000 mgr.smithi008.afsosb (mgr.14180) 752 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:26.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:25.384431+0000 mgr.smithi008.afsosb (mgr.14180) 753 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:59:26.426 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:59:27.918 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:59:27.919 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:59:28.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:59:28.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:27.384827+0000 mgr.smithi008.afsosb (mgr.14180) 754 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:28.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:27.384827+0000 mgr.smithi008.afsosb (mgr.14180) 754 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:29.282 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:59:29.631 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:59:27.913339+0000 mgr.smithi008.afsosb (mgr.14180) 755 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:29.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:59:27.913339+0000 mgr.smithi008.afsosb (mgr.14180) 755 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:30.607 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:59:30.607 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:59:30.631 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:29.385331+0000 mgr.smithi008.afsosb (mgr.14180) 756 : 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-01-18T23:59:30.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:29.385331+0000 mgr.smithi008.afsosb (mgr.14180) 756 : 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-01-18T23:59:30.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:59:31.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:31 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:59:30.602288+0000 mgr.smithi008.afsosb (mgr.14180) 757 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:31.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:31 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:59:30.602288+0000 mgr.smithi008.afsosb (mgr.14180) 757 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:31.972 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:59:32.658 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:32 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:31.386007+0000 mgr.smithi008.afsosb (mgr.14180) 758 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:32.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:32 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:31.386007+0000 mgr.smithi008.afsosb (mgr.14180) 758 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:33.362 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:59:33.362 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:59:33.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:59:34.747 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:59:34.781 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:59:33.357247+0000 mgr.smithi008.afsosb (mgr.14180) 759 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:34.781 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:33.386451+0000 mgr.smithi008.afsosb (mgr.14180) 760 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:34.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:59:33.357247+0000 mgr.smithi008.afsosb (mgr.14180) 759 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:34.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:33.386451+0000 mgr.smithi008.afsosb (mgr.14180) 760 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:36.107 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:59:36.108 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:59:36.132 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:35.386863+0000 mgr.smithi008.afsosb (mgr.14180) 761 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:59:36.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:35 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:35.386863+0000 mgr.smithi008.afsosb (mgr.14180) 761 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:59:36.495 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:59:37.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:59:36.102811+0000 mgr.smithi008.afsosb (mgr.14180) 762 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:37.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:59:36.102811+0000 mgr.smithi008.afsosb (mgr.14180) 762 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:37.496 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:59:38.141 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:37 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:37.387547+0000 mgr.smithi008.afsosb (mgr.14180) 763 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:38.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:37 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:37.387547+0000 mgr.smithi008.afsosb (mgr.14180) 763 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:38.834 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:59:38.834 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:59:39.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:59:38.829614+0000 mgr.smithi008.afsosb (mgr.14180) 764 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:39.212 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:59:39.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:59:38.829614+0000 mgr.smithi008.afsosb (mgr.14180) 764 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:40.213 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:59:40.247 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:39 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:39.388165+0000 mgr.smithi008.afsosb (mgr.14180) 765 : 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-01-18T23:59:40.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:39 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:39.388165+0000 mgr.smithi008.afsosb (mgr.14180) 765 : 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-01-18T23:59:41.576 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:59:41.576 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:59:41.954 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:59:42.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:41.388567+0000 mgr.smithi008.afsosb (mgr.14180) 766 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:42.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:59:41.571001+0000 mgr.smithi008.afsosb (mgr.14180) 767 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:42.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:41.388567+0000 mgr.smithi008.afsosb (mgr.14180) 766 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:42.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:59:41.571001+0000 mgr.smithi008.afsosb (mgr.14180) 767 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:42.955 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:59:44.272 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:59:44.272 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:59:44.577 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:43.388968+0000 mgr.smithi008.afsosb (mgr.14180) 768 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:44.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:59:44.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:43.388968+0000 mgr.smithi008.afsosb (mgr.14180) 768 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:45.646 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:59:45.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:59:44.267180+0000 mgr.smithi008.afsosb (mgr.14180) 769 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:45.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:59:44.267180+0000 mgr.smithi008.afsosb (mgr.14180) 769 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:46.656 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:45.389489+0000 mgr.smithi008.afsosb (mgr.14180) 770 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:59:46.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:45.389489+0000 mgr.smithi008.afsosb (mgr.14180) 770 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:59:47.044 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:59:47.045 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:59:47.427 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:59:48.429 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:59:48.763 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:59:47.040092+0000 mgr.smithi008.afsosb (mgr.14180) 771 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:48.763 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:47.390048+0000 mgr.smithi008.afsosb (mgr.14180) 772 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:48.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:59:47.040092+0000 mgr.smithi008.afsosb (mgr.14180) 771 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:48.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:47.390048+0000 mgr.smithi008.afsosb (mgr.14180) 772 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:49.831 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:59:49.831 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:59:50.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:59:50.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:49.390444+0000 mgr.smithi008.afsosb (mgr.14180) 773 : 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-01-18T23:59:50.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:59:49.825714+0000 mgr.smithi008.afsosb (mgr.14180) 774 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:50.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:49.390444+0000 mgr.smithi008.afsosb (mgr.14180) 773 : 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-01-18T23:59:50.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:59:49.825714+0000 mgr.smithi008.afsosb (mgr.14180) 774 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:51.203 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:59:52.565 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:59:52.566 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:59:52.764 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:51.390893+0000 mgr.smithi008.afsosb (mgr.14180) 775 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:52.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:51.390893+0000 mgr.smithi008.afsosb (mgr.14180) 775 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:52.953 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:59:53.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:53 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:59:52.560866+0000 mgr.smithi008.afsosb (mgr.14180) 776 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:53.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:53 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:59:52.560866+0000 mgr.smithi008.afsosb (mgr.14180) 776 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:53.954 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:59:54.655 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:53.391443+0000 mgr.smithi008.afsosb (mgr.14180) 777 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:54.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:53.391443+0000 mgr.smithi008.afsosb (mgr.14180) 777 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:55.330 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:59:55.330 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:59:55.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:59:56.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:59:55.325322+0000 mgr.smithi008.afsosb (mgr.14180) 778 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:56.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:55.391924+0000 mgr.smithi008.afsosb (mgr.14180) 779 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:59:56.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:59:55.325322+0000 mgr.smithi008.afsosb (mgr.14180) 778 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:56.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:55.391924+0000 mgr.smithi008.afsosb (mgr.14180) 779 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T23:59:56.752 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:59:58.237 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-18T23:59:58.237 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T23:59:58.549 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:57.392543+0000 mgr.smithi008.afsosb (mgr.14180) 780 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:58.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T23:59:58.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:57.392543+0000 mgr.smithi008.afsosb (mgr.14180) 780 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T23:59:59.593 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T23:59:59.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 18 23:59:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-18T23:59:58.232131+0000 mgr.smithi008.afsosb (mgr.14180) 781 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T23:59:59.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 18 23:59:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-18T23:59:58.232131+0000 mgr.smithi008.afsosb (mgr.14180) 781 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:00.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-18T23:59:59.393189+0000 mgr.smithi008.afsosb (mgr.14180) 782 : 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-01-19T00:00:00.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:00.000167+0000 mon.smithi008 (mon.0) 694 : cluster [INF] overall HEALTH_OK 2024-01-19T00:00:00.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-18T23:59:59.393189+0000 mgr.smithi008.afsosb (mgr.14180) 782 : 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-01-19T00:00:00.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:00.000167+0000 mon.smithi008 (mon.0) 694 : cluster [INF] overall HEALTH_OK 2024-01-19T00:00:01.097 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:00:01.097 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:00:01.569 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:00:02.570 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:00:02.783 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:00:01.092222+0000 mgr.smithi008.afsosb (mgr.14180) 783 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:02.783 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:01.393677+0000 mgr.smithi008.afsosb (mgr.14180) 784 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:02.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:00:01.092222+0000 mgr.smithi008.afsosb (mgr.14180) 783 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:02.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:01.393677+0000 mgr.smithi008.afsosb (mgr.14180) 784 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:04.003 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:00:04.003 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:00:04.346 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:00:04.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:03.394060+0000 mgr.smithi008.afsosb (mgr.14180) 785 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:04.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:03.394060+0000 mgr.smithi008.afsosb (mgr.14180) 785 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:05.347 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:00:05.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:00:03.998353+0000 mgr.smithi008.afsosb (mgr.14180) 786 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:05.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:00:03.998353+0000 mgr.smithi008.afsosb (mgr.14180) 786 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:06.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:05.394548+0000 mgr.smithi008.afsosb (mgr.14180) 787 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:00:06.775 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:00:06.775 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:00:06.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:05.394548+0000 mgr.smithi008.afsosb (mgr.14180) 787 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:00:07.119 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:00:07.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:07 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:00:06.770162+0000 mgr.smithi008.afsosb (mgr.14180) 788 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:07.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:00:06.770162+0000 mgr.smithi008.afsosb (mgr.14180) 788 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:08.120 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:00:08.804 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:07.395142+0000 mgr.smithi008.afsosb (mgr.14180) 789 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:08.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:07.395142+0000 mgr.smithi008.afsosb (mgr.14180) 789 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:09.504 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:00:09.504 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:00:09.875 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:00:10.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:09.395581+0000 mgr.smithi008.afsosb (mgr.14180) 790 : 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-01-19T00:00:10.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:00:09.499036+0000 mgr.smithi008.afsosb (mgr.14180) 791 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:10.876 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:00:10.912 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:09.395581+0000 mgr.smithi008.afsosb (mgr.14180) 790 : 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-01-19T00:00:10.912 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:00:09.499036+0000 mgr.smithi008.afsosb (mgr.14180) 791 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:12.252 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:00:12.252 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:00:12.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:11.396119+0000 mgr.smithi008.afsosb (mgr.14180) 792 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:12.625 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:00:12.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:11.396119+0000 mgr.smithi008.afsosb (mgr.14180) 792 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:13.626 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:00:13.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:00:12.246864+0000 mgr.smithi008.afsosb (mgr.14180) 793 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:13.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:00:12.246864+0000 mgr.smithi008.afsosb (mgr.14180) 793 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:14.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:13.396593+0000 mgr.smithi008.afsosb (mgr.14180) 794 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:14.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:13.396593+0000 mgr.smithi008.afsosb (mgr.14180) 794 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:14.984 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:00:14.984 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:00:15.358 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:00:16.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:00:14.979129+0000 mgr.smithi008.afsosb (mgr.14180) 795 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:16.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:15.397285+0000 mgr.smithi008.afsosb (mgr.14180) 796 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:00:16.359 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:00:16.393 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:00:14.979129+0000 mgr.smithi008.afsosb (mgr.14180) 795 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:16.393 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:15.397285+0000 mgr.smithi008.afsosb (mgr.14180) 796 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:00:17.765 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:00:17.765 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:00:18.134 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:00:18.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:17.397669+0000 mgr.smithi008.afsosb (mgr.14180) 797 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:18.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:00:17.760033+0000 mgr.smithi008.afsosb (mgr.14180) 798 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:18.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:17.397669+0000 mgr.smithi008.afsosb (mgr.14180) 797 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:18.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:00:17.760033+0000 mgr.smithi008.afsosb (mgr.14180) 798 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:19.134 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:00:20.549 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:00:20.549 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:00:20.740 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:19.398304+0000 mgr.smithi008.afsosb (mgr.14180) 799 : 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-01-19T00:00:20.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:19.398304+0000 mgr.smithi008.afsosb (mgr.14180) 799 : 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-01-19T00:00:20.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:00:21.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:00:20.543599+0000 mgr.smithi008.afsosb (mgr.14180) 800 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:21.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:00:20.543599+0000 mgr.smithi008.afsosb (mgr.14180) 800 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:21.915 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:00:22.602 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:21.398919+0000 mgr.smithi008.afsosb (mgr.14180) 801 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:22.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:21.398919+0000 mgr.smithi008.afsosb (mgr.14180) 801 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:23.291 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:00:23.291 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:00:23.656 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:00:24.657 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:00:24.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:00:23.286181+0000 mgr.smithi008.afsosb (mgr.14180) 802 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:24.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:23.399504+0000 mgr.smithi008.afsosb (mgr.14180) 803 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:24.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:00:23.286181+0000 mgr.smithi008.afsosb (mgr.14180) 802 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:24.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:23.399504+0000 mgr.smithi008.afsosb (mgr.14180) 803 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:26.009 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:00:26.009 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:00:26.184 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:25.400205+0000 mgr.smithi008.afsosb (mgr.14180) 804 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:00:26.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:25.400205+0000 mgr.smithi008.afsosb (mgr.14180) 804 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:00:26.366 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:00:27.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:00:26.003832+0000 mgr.smithi008.afsosb (mgr.14180) 805 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:27.367 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:00:27.400 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:00:26.003832+0000 mgr.smithi008.afsosb (mgr.14180) 805 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:28.042 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:27 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:27.400689+0000 mgr.smithi008.afsosb (mgr.14180) 806 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:28.349 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:27 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:27.400689+0000 mgr.smithi008.afsosb (mgr.14180) 806 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:28.730 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:00:28.730 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:00:29.071 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:00:28.724906+0000 mgr.smithi008.afsosb (mgr.14180) 807 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:29.114 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:00:29.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:00:28.724906+0000 mgr.smithi008.afsosb (mgr.14180) 807 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:30.115 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:00:30.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:29.401237+0000 mgr.smithi008.afsosb (mgr.14180) 808 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:30.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:29.401237+0000 mgr.smithi008.afsosb (mgr.14180) 808 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:31.503 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:00:31.503 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:00:31.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:00:32.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:32 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:31.401688+0000 mgr.smithi008.afsosb (mgr.14180) 809 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:32.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:32 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:00:31.498208+0000 mgr.smithi008.afsosb (mgr.14180) 810 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:32.872 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:00:32.906 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:32 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:31.401688+0000 mgr.smithi008.afsosb (mgr.14180) 809 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:32.906 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:32 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:00:31.498208+0000 mgr.smithi008.afsosb (mgr.14180) 810 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:34.429 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:00:34.429 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:00:34.736 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:33.402074+0000 mgr.smithi008.afsosb (mgr.14180) 811 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:34.797 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:00:34.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:33.402074+0000 mgr.smithi008.afsosb (mgr.14180) 811 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:35.798 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:00:35.831 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:00:34.423905+0000 mgr.smithi008.afsosb (mgr.14180) 812 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:35.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:35 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:00:34.423905+0000 mgr.smithi008.afsosb (mgr.14180) 812 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:36.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:35.402694+0000 mgr.smithi008.afsosb (mgr.14180) 813 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:00:36.850 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:35.402694+0000 mgr.smithi008.afsosb (mgr.14180) 813 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:00:37.231 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:00:37.231 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:00:37.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:00:38.606 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:00:38.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:00:37.226331+0000 mgr.smithi008.afsosb (mgr.14180) 814 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:38.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:37.403362+0000 mgr.smithi008.afsosb (mgr.14180) 815 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:38.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:00:37.226331+0000 mgr.smithi008.afsosb (mgr.14180) 814 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:38.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:37.403362+0000 mgr.smithi008.afsosb (mgr.14180) 815 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:40.014 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:00:40.015 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:00:40.395 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:00:40.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:39.403823+0000 mgr.smithi008.afsosb (mgr.14180) 816 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:40.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:39.403823+0000 mgr.smithi008.afsosb (mgr.14180) 816 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:41.396 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:00:41.722 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:00:40.010096+0000 mgr.smithi008.afsosb (mgr.14180) 817 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:41.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:00:40.010096+0000 mgr.smithi008.afsosb (mgr.14180) 817 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:42.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:41.404310+0000 mgr.smithi008.afsosb (mgr.14180) 818 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:42.731 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:00:42.731 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:00:42.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:41.404310+0000 mgr.smithi008.afsosb (mgr.14180) 818 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:43.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:00:43.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:00:42.726125+0000 mgr.smithi008.afsosb (mgr.14180) 819 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:43.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:00:42.726125+0000 mgr.smithi008.afsosb (mgr.14180) 819 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:44.104 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:00:44.782 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:43.404743+0000 mgr.smithi008.afsosb (mgr.14180) 820 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:44.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:43.404743+0000 mgr.smithi008.afsosb (mgr.14180) 820 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:45.440 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:00:45.440 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:00:45.813 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:00:46.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:45.405283+0000 mgr.smithi008.afsosb (mgr.14180) 821 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:00:46.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:00:45.435458+0000 mgr.smithi008.afsosb (mgr.14180) 822 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:46.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:45.405283+0000 mgr.smithi008.afsosb (mgr.14180) 821 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:00:46.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:00:45.435458+0000 mgr.smithi008.afsosb (mgr.14180) 822 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:46.816 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:00:48.181 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:00:48.181 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:00:48.547 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:00:48.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:47.405725+0000 mgr.smithi008.afsosb (mgr.14180) 823 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:48.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:47.405725+0000 mgr.smithi008.afsosb (mgr.14180) 823 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:49.548 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:00:49.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:00:48.176040+0000 mgr.smithi008.afsosb (mgr.14180) 824 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:49.888 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:00:48.176040+0000 mgr.smithi008.afsosb (mgr.14180) 824 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:50.633 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:49.406279+0000 mgr.smithi008.afsosb (mgr.14180) 825 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:50.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:49.406279+0000 mgr.smithi008.afsosb (mgr.14180) 825 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:51.012 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:00:51.013 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:00:51.427 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:00:52.429 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:00:52.793 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:00:51.008058+0000 mgr.smithi008.afsosb (mgr.14180) 826 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:52.794 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:51.406735+0000 mgr.smithi008.afsosb (mgr.14180) 827 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:52.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:00:51.008058+0000 mgr.smithi008.afsosb (mgr.14180) 826 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:52.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:51.406735+0000 mgr.smithi008.afsosb (mgr.14180) 827 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:53.847 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:00:53.847 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:53:17.860498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yvdhjq on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:00:54.271 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:00:54.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:53.407117+0000 mgr.smithi008.afsosb (mgr.14180) 828 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:54.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:00:53.842510+0000 mgr.smithi008.afsosb (mgr.14180) 829 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:54.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:53.407117+0000 mgr.smithi008.afsosb (mgr.14180) 828 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:54.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:00:53.842510+0000 mgr.smithi008.afsosb (mgr.14180) 829 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:55.272 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:00:56.307 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-19T00:00:55.137469+0000 mgr.smithi008.afsosb (mgr.14180) 830 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs 2024-01-19T00:00:56.307 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs 2024-01-19T00:00:56.307 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs 2024-01-19T00:00:56.307 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs 2024-01-19T00:00:56.308 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Deploy daemon haproxy.nfs.foo.smithi060.kcpdbs ... 2024-01-19T00:00:56.308 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:00:56.308 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T00:00:56.308 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:59:02Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:00:56.308 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:59:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:00:56.308 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-19T00:00:17Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:00:56.308 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T00:00:56.308 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:00:56.308 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Traceback (most recent call last): 2024-01-19T00:00:56.308 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-19T00:00:56.308 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: yield (conn, connr) 2024-01-19T00:00:56.308 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-19T00:00:56.309 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: code, '\n'.join(err))) 2024-01-19T00:00:56.309 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs 2024-01-19T00:00:56.309 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs 2024-01-19T00:00:56.309 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs 2024-01-19T00:00:56.309 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs 2024-01-19T00:00:56.309 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Deploy daemon haproxy.nfs.foo.smithi060.kcpdbs ... 2024-01-19T00:00:56.309 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:00:56.309 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T00:00:56.309 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:59:02Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:00:56.309 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:59:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:00:56.309 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-19T00:00:17Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:00:56.309 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T00:00:56.309 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:00:56.310 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-19T00:00:55.137741+0000 mgr.smithi008.afsosb (mgr.14180) 831 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.kcpdbs 2024-01-19T00:00:56.310 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:00:55.138117+0000 mon.smithi008 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.kcpdbs"}]: dispatch 2024-01-19T00:00:56.310 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-19T00:00:55.138989+0000 mgr.smithi008.afsosb (mgr.14180) 832 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs 2024-01-19T00:00:56.310 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs 2024-01-19T00:00:56.310 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs 2024-01-19T00:00:56.310 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs 2024-01-19T00:00:56.310 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Deploy daemon haproxy.nfs.foo.smithi060.kcpdbs ... 2024-01-19T00:00:56.310 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:00:56.310 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T00:00:56.310 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:59:02Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:00:56.310 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-18T23:59:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:00:56.310 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-19T00:00:17Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:00:56.310 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T00:00:56.310 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:00:56.311 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-19T00:00:55.141034+0000 mgr.smithi008.afsosb (mgr.14180) 833 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.hssabj on smithi008 2024-01-19T00:00:56.311 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:55.407663+0000 mgr.smithi008.afsosb (mgr.14180) 834 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:00:56.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-19T00:00:55.137469+0000 mgr.smithi008.afsosb (mgr.14180) 830 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs 2024-01-19T00:00:56.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs 2024-01-19T00:00:56.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs 2024-01-19T00:00:56.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs 2024-01-19T00:00:56.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Deploy daemon haproxy.nfs.foo.smithi060.kcpdbs ... 2024-01-19T00:00:56.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:00:56.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T00:00:56.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:59:02Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:00:56.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:59:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:00:56.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-19T00:00:17Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:00:56.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T00:00:56.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:00:56.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Traceback (most recent call last): 2024-01-19T00:00:56.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-19T00:00:56.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: yield (conn, connr) 2024-01-19T00:00:56.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-19T00:00:56.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: code, '\n'.join(err))) 2024-01-19T00:00:56.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs 2024-01-19T00:00:56.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs 2024-01-19T00:00:56.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs 2024-01-19T00:00:56.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs 2024-01-19T00:00:56.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Deploy daemon haproxy.nfs.foo.smithi060.kcpdbs ... 2024-01-19T00:00:56.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:00:56.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T00:00:56.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:59:02Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:00:56.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:59:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:00:56.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-19T00:00:17Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:00:56.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T00:00:56.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:00:56.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-19T00:00:55.137741+0000 mgr.smithi008.afsosb (mgr.14180) 831 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.kcpdbs 2024-01-19T00:00:56.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:00:55.138117+0000 mon.smithi008 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.kcpdbs"}]: dispatch 2024-01-19T00:00:56.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-19T00:00:55.138989+0000 mgr.smithi008.afsosb (mgr.14180) 832 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs 2024-01-19T00:00:56.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs 2024-01-19T00:00:56.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs 2024-01-19T00:00:56.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs 2024-01-19T00:00:56.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Deploy daemon haproxy.nfs.foo.smithi060.kcpdbs ... 2024-01-19T00:00:56.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:00:56.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T00:00:56.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:59:02Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:00:56.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-18T23:59:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:00:56.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-19T00:00:17Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:00:56.353 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T00:00:56.354 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:00:56.354 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-19T00:00:55.141034+0000 mgr.smithi008.afsosb (mgr.14180) 833 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.hssabj on smithi008 2024-01-19T00:00:56.354 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:55.407663+0000 mgr.smithi008.afsosb (mgr.14180) 834 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:00:56.703 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:00:56.703 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:00:57.042 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:00:56.698461+0000 mgr.smithi008.afsosb (mgr.14180) 835 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:57.069 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:00:57.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:56 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:00:56.698461+0000 mgr.smithi008.afsosb (mgr.14180) 835 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:00:58.070 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:00:58.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:00:57 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:57.408214+0000 mgr.smithi008.afsosb (mgr.14180) 836 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:58.403 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:00:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:57.408214+0000 mgr.smithi008.afsosb (mgr.14180) 836 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:00:59.517 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:00:59.517 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:00:59.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:01:00.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:00:59.408619+0000 mgr.smithi008.afsosb (mgr.14180) 837 : 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-01-19T00:01:00.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:00:59.512921+0000 mgr.smithi008.afsosb (mgr.14180) 838 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:00.902 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:01:00.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:00:59.408619+0000 mgr.smithi008.afsosb (mgr.14180) 837 : 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-01-19T00:01:00.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:00:59.512921+0000 mgr.smithi008.afsosb (mgr.14180) 838 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:02.276 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:01:02.276 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:01:02.608 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:01.409104+0000 mgr.smithi008.afsosb (mgr.14180) 839 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:02.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:01:02.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:01.409104+0000 mgr.smithi008.afsosb (mgr.14180) 839 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:03.654 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:01:03.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:03 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:01:02.271447+0000 mgr.smithi008.afsosb (mgr.14180) 840 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:03.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:03 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:01:02.271447+0000 mgr.smithi008.afsosb (mgr.14180) 840 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:04.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:03.409665+0000 mgr.smithi008.afsosb (mgr.14180) 841 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:04.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:03.409665+0000 mgr.smithi008.afsosb (mgr.14180) 841 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:05.022 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:01:05.022 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:01:05.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:01:06.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:01:05.017801+0000 mgr.smithi008.afsosb (mgr.14180) 842 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:06.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:05.410141+0000 mgr.smithi008.afsosb (mgr.14180) 843 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:01:06.414 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:01:05.017801+0000 mgr.smithi008.afsosb (mgr.14180) 842 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:06.414 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:05.410141+0000 mgr.smithi008.afsosb (mgr.14180) 843 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:01:06.460 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:01:07.953 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:01:07.953 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:01:08.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:01:08.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:07.410615+0000 mgr.smithi008.afsosb (mgr.14180) 844 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:08.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:07.410615+0000 mgr.smithi008.afsosb (mgr.14180) 844 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:09.320 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:01:09.653 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:01:07.947951+0000 mgr.smithi008.afsosb (mgr.14180) 845 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:09.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:09 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:01:07.947951+0000 mgr.smithi008.afsosb (mgr.14180) 845 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:10.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:09.411080+0000 mgr.smithi008.afsosb (mgr.14180) 846 : 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-01-19T00:01:10.690 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:01:10.690 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:01:10.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:09.411080+0000 mgr.smithi008.afsosb (mgr.14180) 846 : 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-01-19T00:01:11.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:01:11.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:01:10.684597+0000 mgr.smithi008.afsosb (mgr.14180) 847 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:11.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:01:10.684597+0000 mgr.smithi008.afsosb (mgr.14180) 847 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:12.051 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:01:12.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:11.411825+0000 mgr.smithi008.afsosb (mgr.14180) 848 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:12.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:11.411825+0000 mgr.smithi008.afsosb (mgr.14180) 848 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:13.413 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:01:13.413 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:01:13.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:01:14.784 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:01:14.820 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:01:13.408415+0000 mgr.smithi008.afsosb (mgr.14180) 849 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:14.820 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:13.412175+0000 mgr.smithi008.afsosb (mgr.14180) 850 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:14.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:01:13.408415+0000 mgr.smithi008.afsosb (mgr.14180) 849 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:14.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:13.412175+0000 mgr.smithi008.afsosb (mgr.14180) 850 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:16.155 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:01:16.155 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:01:16.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:15.412565+0000 mgr.smithi008.afsosb (mgr.14180) 851 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:01:16.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:15.412565+0000 mgr.smithi008.afsosb (mgr.14180) 851 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:01:16.516 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:01:17.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:01:16.150003+0000 mgr.smithi008.afsosb (mgr.14180) 852 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:17.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:01:16.150003+0000 mgr.smithi008.afsosb (mgr.14180) 852 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:17.516 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:01:18.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:17 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:17.413071+0000 mgr.smithi008.afsosb (mgr.14180) 853 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:18.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:17 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:17.413071+0000 mgr.smithi008.afsosb (mgr.14180) 853 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:18.895 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:01:18.895 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:01:19.205 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:01:18.890262+0000 mgr.smithi008.afsosb (mgr.14180) 854 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:19.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:01:19.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:01:18.890262+0000 mgr.smithi008.afsosb (mgr.14180) 854 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:20.250 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:01:20.285 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:19 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:19.413561+0000 mgr.smithi008.afsosb (mgr.14180) 855 : 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-01-19T00:01:20.349 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:19 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:19.413561+0000 mgr.smithi008.afsosb (mgr.14180) 855 : 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-01-19T00:01:21.629 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:01:21.629 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:01:22.007 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:01:22.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:21.414020+0000 mgr.smithi008.afsosb (mgr.14180) 856 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:22.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:01:21.624036+0000 mgr.smithi008.afsosb (mgr.14180) 857 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:22.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:21.414020+0000 mgr.smithi008.afsosb (mgr.14180) 856 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:22.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:01:21.624036+0000 mgr.smithi008.afsosb (mgr.14180) 857 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:23.008 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:01:24.393 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:01:24.393 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:01:24.738 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:23.414435+0000 mgr.smithi008.afsosb (mgr.14180) 858 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:24.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:01:24.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:23.414435+0000 mgr.smithi008.afsosb (mgr.14180) 858 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:25.765 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:01:25.800 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:01:24.388101+0000 mgr.smithi008.afsosb (mgr.14180) 859 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:25.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:01:24.388101+0000 mgr.smithi008.afsosb (mgr.14180) 859 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:26.702 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:25.415103+0000 mgr.smithi008.afsosb (mgr.14180) 860 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:01:26.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:25.415103+0000 mgr.smithi008.afsosb (mgr.14180) 860 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:01:27.112 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:01:27.113 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:01:27.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:01:28.493 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:01:28.816 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:01:27.108084+0000 mgr.smithi008.afsosb (mgr.14180) 861 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:28.816 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:27.415699+0000 mgr.smithi008.afsosb (mgr.14180) 862 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:28.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:01:27.108084+0000 mgr.smithi008.afsosb (mgr.14180) 861 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:28.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:27.415699+0000 mgr.smithi008.afsosb (mgr.14180) 862 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:29.872 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:01:29.872 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:01:30.241 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:01:30.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:29.416334+0000 mgr.smithi008.afsosb (mgr.14180) 863 : 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-01-19T00:01:30.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:01:29.866757+0000 mgr.smithi008.afsosb (mgr.14180) 864 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:30.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:29.416334+0000 mgr.smithi008.afsosb (mgr.14180) 863 : 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-01-19T00:01:30.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:01:29.866757+0000 mgr.smithi008.afsosb (mgr.14180) 864 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:31.242 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:01:32.628 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:01:32.629 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:01:32.652 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:32 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:31.416784+0000 mgr.smithi008.afsosb (mgr.14180) 865 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:32.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:32 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:31.416784+0000 mgr.smithi008.afsosb (mgr.14180) 865 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:32.989 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:01:33.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:33 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:01:32.623784+0000 mgr.smithi008.afsosb (mgr.14180) 866 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:33.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:01:32.623784+0000 mgr.smithi008.afsosb (mgr.14180) 866 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:33.989 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:01:34.634 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:33.417235+0000 mgr.smithi008.afsosb (mgr.14180) 867 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:34.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:33.417235+0000 mgr.smithi008.afsosb (mgr.14180) 867 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:35.280 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:01:35.282 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:01:35.667 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:01:36.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:35 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:01:35.270720+0000 mgr.smithi008.afsosb (mgr.14180) 868 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:36.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:35 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:35.417675+0000 mgr.smithi008.afsosb (mgr.14180) 869 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:01:36.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:01:35.270720+0000 mgr.smithi008.afsosb (mgr.14180) 868 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:36.414 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:35.417675+0000 mgr.smithi008.afsosb (mgr.14180) 869 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:01:36.669 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:01:38.048 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:01:38.048 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:01:38.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:01:38.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:37.418237+0000 mgr.smithi008.afsosb (mgr.14180) 870 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:38.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:37.418237+0000 mgr.smithi008.afsosb (mgr.14180) 870 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:39.424 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:01:39.781 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:39 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:01:38.043471+0000 mgr.smithi008.afsosb (mgr.14180) 871 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:39.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:39 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:01:38.043471+0000 mgr.smithi008.afsosb (mgr.14180) 871 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:40.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:39.418731+0000 mgr.smithi008.afsosb (mgr.14180) 872 : 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-01-19T00:01:40.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:39.418731+0000 mgr.smithi008.afsosb (mgr.14180) 872 : 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-01-19T00:01:41.002 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:01:41.003 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:01:41.380 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:01:42.381 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:01:42.715 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:01:40.997731+0000 mgr.smithi008.afsosb (mgr.14180) 873 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:42.715 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:41.419261+0000 mgr.smithi008.afsosb (mgr.14180) 874 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:42.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:01:40.997731+0000 mgr.smithi008.afsosb (mgr.14180) 873 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:42.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:41.419261+0000 mgr.smithi008.afsosb (mgr.14180) 874 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:43.767 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:01:43.767 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:01:44.146 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:01:44.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:43.419672+0000 mgr.smithi008.afsosb (mgr.14180) 875 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:44.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:01:43.762228+0000 mgr.smithi008.afsosb (mgr.14180) 876 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:44.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:43.419672+0000 mgr.smithi008.afsosb (mgr.14180) 875 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:44.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:01:43.762228+0000 mgr.smithi008.afsosb (mgr.14180) 876 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:45.147 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:01:46.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:45.420373+0000 mgr.smithi008.afsosb (mgr.14180) 877 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:01:46.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:45.420373+0000 mgr.smithi008.afsosb (mgr.14180) 877 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:01:46.531 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:01:46.531 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:01:46.913 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:01:47.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:01:46.526011+0000 mgr.smithi008.afsosb (mgr.14180) 878 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:47.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:01:46.526011+0000 mgr.smithi008.afsosb (mgr.14180) 878 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:47.914 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:01:48.255 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:47.420940+0000 mgr.smithi008.afsosb (mgr.14180) 879 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:48.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:47.420940+0000 mgr.smithi008.afsosb (mgr.14180) 879 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:49.335 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:01:49.335 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:01:49.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:01:50.781 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:01:50.815 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:01:49.329577+0000 mgr.smithi008.afsosb (mgr.14180) 880 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:50.815 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:49.421375+0000 mgr.smithi008.afsosb (mgr.14180) 881 : 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-01-19T00:01:50.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:01:49.329577+0000 mgr.smithi008.afsosb (mgr.14180) 880 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:50.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:49.421375+0000 mgr.smithi008.afsosb (mgr.14180) 881 : 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-01-19T00:01:52.285 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:01:52.286 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:01:52.610 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:51.421802+0000 mgr.smithi008.afsosb (mgr.14180) 882 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:52.669 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:01:52.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:51.421802+0000 mgr.smithi008.afsosb (mgr.14180) 882 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:53.670 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:01:53.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:53 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:01:52.280630+0000 mgr.smithi008.afsosb (mgr.14180) 883 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:53.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:53 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:01:52.280630+0000 mgr.smithi008.afsosb (mgr.14180) 883 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:54.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:53.422426+0000 mgr.smithi008.afsosb (mgr.14180) 884 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:54.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:53.422426+0000 mgr.smithi008.afsosb (mgr.14180) 884 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:55.046 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:01:55.046 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:01:55.412 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:01:56.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:01:55.041407+0000 mgr.smithi008.afsosb (mgr.14180) 885 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:56.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:55.422890+0000 mgr.smithi008.afsosb (mgr.14180) 886 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:01:56.412 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:01:56.414 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:01:55.041407+0000 mgr.smithi008.afsosb (mgr.14180) 885 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:56.414 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:55.422890+0000 mgr.smithi008.afsosb (mgr.14180) 886 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:01:57.791 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:01:57.791 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:01:58.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:01:58.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:57.423300+0000 mgr.smithi008.afsosb (mgr.14180) 887 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:58.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:01:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:01:57.785885+0000 mgr.smithi008.afsosb (mgr.14180) 888 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:58.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:57.423300+0000 mgr.smithi008.afsosb (mgr.14180) 887 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:01:58.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:01:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:01:57.785885+0000 mgr.smithi008.afsosb (mgr.14180) 888 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:01:59.172 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:02:00.535 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:02:00.535 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:02:00.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:01:59.423839+0000 mgr.smithi008.afsosb (mgr.14180) 889 : 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-01-19T00:02:00.892 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:01:59.423839+0000 mgr.smithi008.afsosb (mgr.14180) 889 : 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-01-19T00:02:00.919 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:02:01.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:01 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:02:00.529127+0000 mgr.smithi008.afsosb (mgr.14180) 890 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:01.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:01 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:02:00.529127+0000 mgr.smithi008.afsosb (mgr.14180) 890 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:01.920 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:02:02.606 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:01.424540+0000 mgr.smithi008.afsosb (mgr.14180) 891 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:02.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:01.424540+0000 mgr.smithi008.afsosb (mgr.14180) 891 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:03.300 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:02:03.300 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:02:03.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:02:04.678 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:02:04.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:02:03.293026+0000 mgr.smithi008.afsosb (mgr.14180) 892 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:04.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:03.424934+0000 mgr.smithi008.afsosb (mgr.14180) 893 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:04.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:02:03.293026+0000 mgr.smithi008.afsosb (mgr.14180) 892 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:04.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:03.424934+0000 mgr.smithi008.afsosb (mgr.14180) 893 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:06.016 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:02:06.016 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:02:06.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:05.425376+0000 mgr.smithi008.afsosb (mgr.14180) 894 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:02:06.384 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:05.425376+0000 mgr.smithi008.afsosb (mgr.14180) 894 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:02:06.404 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:02:07.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:02:06.011075+0000 mgr.smithi008.afsosb (mgr.14180) 895 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:07.405 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:02:07.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:02:06.011075+0000 mgr.smithi008.afsosb (mgr.14180) 895 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:08.079 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:07.425916+0000 mgr.smithi008.afsosb (mgr.14180) 896 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:08.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:07 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:07.425916+0000 mgr.smithi008.afsosb (mgr.14180) 896 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:08.784 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:02:08.785 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:02:09.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:02:08.779462+0000 mgr.smithi008.afsosb (mgr.14180) 897 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:09.160 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:02:09.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:02:08.779462+0000 mgr.smithi008.afsosb (mgr.14180) 897 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:10.160 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:02:10.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:09 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:09.426419+0000 mgr.smithi008.afsosb (mgr.14180) 898 : 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-01-19T00:02:10.414 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:09.426419+0000 mgr.smithi008.afsosb (mgr.14180) 898 : 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-01-19T00:02:11.480 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:02:11.481 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:02:11.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:02:12.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:11.426828+0000 mgr.smithi008.afsosb (mgr.14180) 899 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:12.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:02:11.475470+0000 mgr.smithi008.afsosb (mgr.14180) 900 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:12.869 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:02:12.903 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:11.426828+0000 mgr.smithi008.afsosb (mgr.14180) 899 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:12.903 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:02:11.475470+0000 mgr.smithi008.afsosb (mgr.14180) 900 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:14.261 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:02:14.261 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:02:14.607 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:13.427156+0000 mgr.smithi008.afsosb (mgr.14180) 901 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:14.642 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:02:14.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:13.427156+0000 mgr.smithi008.afsosb (mgr.14180) 901 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:15.642 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:02:15.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:02:14.256279+0000 mgr.smithi008.afsosb (mgr.14180) 902 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:15.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:02:14.256279+0000 mgr.smithi008.afsosb (mgr.14180) 902 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:16.556 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:15.427596+0000 mgr.smithi008.afsosb (mgr.14180) 903 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:02:16.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:15.427596+0000 mgr.smithi008.afsosb (mgr.14180) 903 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:02:17.097 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:02:17.097 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:02:17.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:02:18.519 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:02:18.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:02:17.092249+0000 mgr.smithi008.afsosb (mgr.14180) 904 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:18.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:17.427959+0000 mgr.smithi008.afsosb (mgr.14180) 905 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:18.874 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:02:17.092249+0000 mgr.smithi008.afsosb (mgr.14180) 904 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:18.874 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:17.427959+0000 mgr.smithi008.afsosb (mgr.14180) 905 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:19.944 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:02:19.944 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:02:20.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:02:20.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:19.428378+0000 mgr.smithi008.afsosb (mgr.14180) 906 : 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-01-19T00:02:20.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:19.428378+0000 mgr.smithi008.afsosb (mgr.14180) 906 : 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-01-19T00:02:21.351 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:02:21.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:02:19.939646+0000 mgr.smithi008.afsosb (mgr.14180) 907 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:21.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:02:19.939646+0000 mgr.smithi008.afsosb (mgr.14180) 907 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:22.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:21.428846+0000 mgr.smithi008.afsosb (mgr.14180) 908 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:22.756 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:02:22.756 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:02:22.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:21.428846+0000 mgr.smithi008.afsosb (mgr.14180) 908 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:23.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:02:23.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:23 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:02:22.747048+0000 mgr.smithi008.afsosb (mgr.14180) 909 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:23.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:23 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:02:22.747048+0000 mgr.smithi008.afsosb (mgr.14180) 909 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:24.127 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:02:24.803 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:23.429288+0000 mgr.smithi008.afsosb (mgr.14180) 910 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:24.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:23.429288+0000 mgr.smithi008.afsosb (mgr.14180) 910 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:25.452 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:02:25.453 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:02:25.824 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:02:26.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:25.429821+0000 mgr.smithi008.afsosb (mgr.14180) 911 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:02:26.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:02:25.447708+0000 mgr.smithi008.afsosb (mgr.14180) 912 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:26.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:25.429821+0000 mgr.smithi008.afsosb (mgr.14180) 911 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:02:26.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:02:25.447708+0000 mgr.smithi008.afsosb (mgr.14180) 912 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:26.826 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:02:28.294 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:02:28.294 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:02:28.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:27.430476+0000 mgr.smithi008.afsosb (mgr.14180) 913 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:28.667 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:02:28.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:27.430476+0000 mgr.smithi008.afsosb (mgr.14180) 913 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:29.668 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:02:29.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:02:28.289495+0000 mgr.smithi008.afsosb (mgr.14180) 914 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:29.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:02:28.289495+0000 mgr.smithi008.afsosb (mgr.14180) 914 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:30.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:29.431034+0000 mgr.smithi008.afsosb (mgr.14180) 915 : 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-01-19T00:02:30.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:29.431034+0000 mgr.smithi008.afsosb (mgr.14180) 915 : 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-01-19T00:02:31.073 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:02:31.073 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:02:31.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:02:32.467 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:02:32.801 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:32 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:02:31.068463+0000 mgr.smithi008.afsosb (mgr.14180) 916 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:32.801 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:32 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:31.431494+0000 mgr.smithi008.afsosb (mgr.14180) 917 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:32.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:32 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:02:31.068463+0000 mgr.smithi008.afsosb (mgr.14180) 916 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:32.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:32 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:31.431494+0000 mgr.smithi008.afsosb (mgr.14180) 917 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:33.798 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:02:33.798 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:02:34.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:02:34.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:33.431885+0000 mgr.smithi008.afsosb (mgr.14180) 918 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:34.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:02:33.792537+0000 mgr.smithi008.afsosb (mgr.14180) 919 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:34.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:33.431885+0000 mgr.smithi008.afsosb (mgr.14180) 918 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:34.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:02:33.792537+0000 mgr.smithi008.afsosb (mgr.14180) 919 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:35.182 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:02:36.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:35.432453+0000 mgr.smithi008.afsosb (mgr.14180) 920 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:02:36.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:35 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:35.432453+0000 mgr.smithi008.afsosb (mgr.14180) 920 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:02:36.584 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:02:36.584 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:02:36.964 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:02:37.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:02:36.579224+0000 mgr.smithi008.afsosb (mgr.14180) 921 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:37.414 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:02:36.579224+0000 mgr.smithi008.afsosb (mgr.14180) 921 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:37.965 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:02:38.281 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:37 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:37.433171+0000 mgr.smithi008.afsosb (mgr.14180) 922 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:38.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:37 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:37.433171+0000 mgr.smithi008.afsosb (mgr.14180) 922 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:39.327 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:02:39.328 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:02:39.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:02:40.707 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:02:40.741 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:02:39.322442+0000 mgr.smithi008.afsosb (mgr.14180) 923 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:40.742 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:39.433781+0000 mgr.smithi008.afsosb (mgr.14180) 924 : 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-01-19T00:02:40.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:02:39.322442+0000 mgr.smithi008.afsosb (mgr.14180) 923 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:40.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:39.433781+0000 mgr.smithi008.afsosb (mgr.14180) 924 : 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-01-19T00:02:42.070 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:02:42.070 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:02:42.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:02:42.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:41.434270+0000 mgr.smithi008.afsosb (mgr.14180) 925 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:42.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:41.434270+0000 mgr.smithi008.afsosb (mgr.14180) 925 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:43.457 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:02:43.789 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:02:42.064298+0000 mgr.smithi008.afsosb (mgr.14180) 926 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:43.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:02:42.064298+0000 mgr.smithi008.afsosb (mgr.14180) 926 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:44.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:43.434900+0000 mgr.smithi008.afsosb (mgr.14180) 927 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:44.787 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:02:44.787 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:02:44.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:43.434900+0000 mgr.smithi008.afsosb (mgr.14180) 927 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:45.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:02:45.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:02:44.782239+0000 mgr.smithi008.afsosb (mgr.14180) 928 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:45.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:02:44.782239+0000 mgr.smithi008.afsosb (mgr.14180) 928 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:46.164 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:02:46.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:45.435396+0000 mgr.smithi008.afsosb (mgr.14180) 929 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:02:46.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:45.435396+0000 mgr.smithi008.afsosb (mgr.14180) 929 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:02:47.636 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:02:47.636 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:02:48.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:02:48.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:47.435773+0000 mgr.smithi008.afsosb (mgr.14180) 930 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:48.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:02:47.631569+0000 mgr.smithi008.afsosb (mgr.14180) 931 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:48.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:47.435773+0000 mgr.smithi008.afsosb (mgr.14180) 930 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:48.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:02:47.631569+0000 mgr.smithi008.afsosb (mgr.14180) 931 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:49.046 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:02:50.427 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:02:50.428 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:02:50.844 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:49.436332+0000 mgr.smithi008.afsosb (mgr.14180) 932 : 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-01-19T00:02:50.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:49.436332+0000 mgr.smithi008.afsosb (mgr.14180) 932 : 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-01-19T00:02:50.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:02:51.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:51 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:02:50.422873+0000 mgr.smithi008.afsosb (mgr.14180) 933 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:51.872 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:02:51.906 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:02:50.422873+0000 mgr.smithi008.afsosb (mgr.14180) 933 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:52.786 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:51.436978+0000 mgr.smithi008.afsosb (mgr.14180) 934 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:52.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:51.436978+0000 mgr.smithi008.afsosb (mgr.14180) 934 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:53.322 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:02:53.322 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:02:53.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:02:54.849 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:02:53.316746+0000 mgr.smithi008.afsosb (mgr.14180) 935 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:54.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:53.437381+0000 mgr.smithi008.afsosb (mgr.14180) 936 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:54.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:02:53.316746+0000 mgr.smithi008.afsosb (mgr.14180) 935 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:54.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:53.437381+0000 mgr.smithi008.afsosb (mgr.14180) 936 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:54.945 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:02:56.328 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:02:56.328 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:02:56.348 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:55.437917+0000 mgr.smithi008.afsosb (mgr.14180) 937 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:02:56.349 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:55.437917+0000 mgr.smithi008.afsosb (mgr.14180) 937 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:02:56.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:02:57.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:56 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:02:56.322598+0000 mgr.smithi008.afsosb (mgr.14180) 938 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:57.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:02:56.322598+0000 mgr.smithi008.afsosb (mgr.14180) 938 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:02:57.705 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:02:58.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:02:57 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:57.438494+0000 mgr.smithi008.afsosb (mgr.14180) 939 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:58.357 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:02:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:57.438494+0000 mgr.smithi008.afsosb (mgr.14180) 939 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:02:59.057 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:02:59.057 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:02:59.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:03:00.430 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:03:00.763 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:02:59.051884+0000 mgr.smithi008.afsosb (mgr.14180) 940 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:00.764 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:02:59.439132+0000 mgr.smithi008.afsosb (mgr.14180) 941 : 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-01-19T00:03:00.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:02:59.051884+0000 mgr.smithi008.afsosb (mgr.14180) 940 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:00.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:02:59.439132+0000 mgr.smithi008.afsosb (mgr.14180) 941 : 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-01-19T00:03:01.798 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:03:01.798 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:03:02.169 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:03:02.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:01.439567+0000 mgr.smithi008.afsosb (mgr.14180) 942 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:02.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:01.792658+0000 mgr.smithi008.afsosb (mgr.14180) 943 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:02.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:01.439567+0000 mgr.smithi008.afsosb (mgr.14180) 942 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:02.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:01.792658+0000 mgr.smithi008.afsosb (mgr.14180) 943 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:03.170 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:03:04.560 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:03:04.560 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:03:04.773 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:03.439986+0000 mgr.smithi008.afsosb (mgr.14180) 944 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:04.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:03.439986+0000 mgr.smithi008.afsosb (mgr.14180) 944 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:04.953 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:03:05.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:04.554738+0000 mgr.smithi008.afsosb (mgr.14180) 945 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:05.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:04.554738+0000 mgr.smithi008.afsosb (mgr.14180) 945 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:05.954 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:03:06.647 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:05.440685+0000 mgr.smithi008.afsosb (mgr.14180) 946 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:03:06.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:05.440685+0000 mgr.smithi008.afsosb (mgr.14180) 946 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:03:07.306 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:03:07.306 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:03:07.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:03:08.695 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:03:08.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:07.301162+0000 mgr.smithi008.afsosb (mgr.14180) 947 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:08.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:07.441105+0000 mgr.smithi008.afsosb (mgr.14180) 948 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:08.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:07.301162+0000 mgr.smithi008.afsosb (mgr.14180) 947 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:08.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:07.441105+0000 mgr.smithi008.afsosb (mgr.14180) 948 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:10.141 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:03:10.141 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:03:10.570 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:03:10.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:09.441669+0000 mgr.smithi008.afsosb (mgr.14180) 949 : 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-01-19T00:03:10.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:09.441669+0000 mgr.smithi008.afsosb (mgr.14180) 949 : 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-01-19T00:03:11.571 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:03:11.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:10.136059+0000 mgr.smithi008.afsosb (mgr.14180) 950 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:11.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:10.136059+0000 mgr.smithi008.afsosb (mgr.14180) 950 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:12.605 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:11.442403+0000 mgr.smithi008.afsosb (mgr.14180) 951 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:12.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:11.442403+0000 mgr.smithi008.afsosb (mgr.14180) 951 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:12.981 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:03:12.982 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:03:13.360 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:03:14.361 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:03:14.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:12.976012+0000 mgr.smithi008.afsosb (mgr.14180) 952 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:14.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:13.442855+0000 mgr.smithi008.afsosb (mgr.14180) 953 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:14.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:12.976012+0000 mgr.smithi008.afsosb (mgr.14180) 952 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:14.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:13.442855+0000 mgr.smithi008.afsosb (mgr.14180) 953 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:15.722 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:03:15.723 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:03:16.099 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:15.443313+0000 mgr.smithi008.afsosb (mgr.14180) 954 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:03:16.100 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:15.717572+0000 mgr.smithi008.afsosb (mgr.14180) 955 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:16.119 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:03:16.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:15.443313+0000 mgr.smithi008.afsosb (mgr.14180) 954 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:03:16.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:15.717572+0000 mgr.smithi008.afsosb (mgr.14180) 955 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:17.120 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:03:18.751 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:03:18.751 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:03:18.771 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:17.443934+0000 mgr.smithi008.afsosb (mgr.14180) 956 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:18.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:17.443934+0000 mgr.smithi008.afsosb (mgr.14180) 956 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:19.177 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:03:19.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:19 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:18.745923+0000 mgr.smithi008.afsosb (mgr.14180) 957 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:19.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:19 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:18.745923+0000 mgr.smithi008.afsosb (mgr.14180) 957 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:20.178 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:03:20.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:19.444500+0000 mgr.smithi008.afsosb (mgr.14180) 958 : 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-01-19T00:03:20.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:19.444500+0000 mgr.smithi008.afsosb (mgr.14180) 958 : 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-01-19T00:03:21.664 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:03:21.664 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:03:22.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:03:22.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:21.444947+0000 mgr.smithi008.afsosb (mgr.14180) 959 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:22.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:21.659412+0000 mgr.smithi008.afsosb (mgr.14180) 960 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:22.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:21.444947+0000 mgr.smithi008.afsosb (mgr.14180) 959 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:22.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:21.659412+0000 mgr.smithi008.afsosb (mgr.14180) 960 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:23.078 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:03:24.457 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:03:24.459 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:55:51.550481Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.ltsekb on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-ltsekb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.ltsekb\nDeploy daemon haproxy.nfs.foo.smithi060.ltsekb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:53:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:54:36Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:55:13Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.971219Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.nvsraf on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-nvsraf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.nvsraf\nDeploy daemon haproxy.nfs.foo.smithi008.nvsraf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:56:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:06Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:57:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T23:58:20.972369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.jzkakd on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:03:24.790 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:23.445360+0000 mgr.smithi008.afsosb (mgr.14180) 961 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:24.835 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:03:24.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:23.445360+0000 mgr.smithi008.afsosb (mgr.14180) 961 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:25.837 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:03:25.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:24.448781+0000 mgr.smithi008.afsosb (mgr.14180) 962 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:25.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-19T00:03:24.812153+0000 mgr.smithi008.afsosb (mgr.14180) 963 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj 2024-01-19T00:03:25.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj 2024-01-19T00:03:25.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj 2024-01-19T00:03:25.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj 2024-01-19T00:03:25.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Deploy daemon haproxy.nfs.foo.smithi008.hssabj ... 2024-01-19T00:03:25.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:03:25.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T00:03:25.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-19T00:01:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:03:25.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-19T00:02:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:03:25.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-19T00:02:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:03:25.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T00:03:25.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:03:25.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Traceback (most recent call last): 2024-01-19T00:03:25.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-19T00:03:25.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: yield (conn, connr) 2024-01-19T00:03:25.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-19T00:03:25.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: code, '\n'.join(err))) 2024-01-19T00:03:25.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj 2024-01-19T00:03:25.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj 2024-01-19T00:03:25.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj 2024-01-19T00:03:25.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj 2024-01-19T00:03:25.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Deploy daemon haproxy.nfs.foo.smithi008.hssabj ... 2024-01-19T00:03:25.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:03:25.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T00:03:25.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-19T00:01:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:03:25.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-19T00:02:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:03:25.852 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-19T00:02:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:03:25.853 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T00:03:25.853 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:03:25.853 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-19T00:03:24.812359+0000 mgr.smithi008.afsosb (mgr.14180) 964 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi008.hssabj 2024-01-19T00:03:25.853 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:24.812732+0000 mon.smithi008 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi008.hssabj"}]: dispatch 2024-01-19T00:03:25.853 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-19T00:03:24.813298+0000 mgr.smithi008.afsosb (mgr.14180) 965 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj 2024-01-19T00:03:25.853 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj 2024-01-19T00:03:25.853 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj 2024-01-19T00:03:25.853 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj 2024-01-19T00:03:25.853 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Deploy daemon haproxy.nfs.foo.smithi008.hssabj ... 2024-01-19T00:03:25.853 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:03:25.853 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T00:03:25.853 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-19T00:01:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:03:25.853 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-19T00:02:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:03:25.853 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-19T00:02:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:03:25.854 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T00:03:25.854 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:03:25.854 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-19T00:03:24.814538+0000 mgr.smithi008.afsosb (mgr.14180) 966 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-19T00:03:25.854 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-19T00:03:24.815537+0000 mgr.smithi008.afsosb (mgr.14180) 967 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-19T00:03:25.854 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:24.816339+0000 mgr.smithi008.afsosb (mgr.14180) 968 : cluster [DBG] pgmap v569: 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-01-19T00:03:25.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:24.448781+0000 mgr.smithi008.afsosb (mgr.14180) 962 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:25.872 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-19T00:03:24.812153+0000 mgr.smithi008.afsosb (mgr.14180) 963 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj 2024-01-19T00:03:25.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj 2024-01-19T00:03:25.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj 2024-01-19T00:03:25.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj 2024-01-19T00:03:25.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Deploy daemon haproxy.nfs.foo.smithi008.hssabj ... 2024-01-19T00:03:25.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:03:25.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T00:03:25.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-19T00:01:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:03:25.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-19T00:02:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:03:25.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-19T00:02:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:03:25.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T00:03:25.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:03:25.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Traceback (most recent call last): 2024-01-19T00:03:25.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-19T00:03:25.873 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: yield (conn, connr) 2024-01-19T00:03:25.874 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-19T00:03:25.874 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: code, '\n'.join(err))) 2024-01-19T00:03:25.874 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj 2024-01-19T00:03:25.874 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj 2024-01-19T00:03:25.874 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj 2024-01-19T00:03:25.874 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj 2024-01-19T00:03:25.874 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Deploy daemon haproxy.nfs.foo.smithi008.hssabj ... 2024-01-19T00:03:25.874 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:03:25.874 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T00:03:25.874 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-19T00:01:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:03:25.874 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-19T00:02:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:03:25.874 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-19T00:02:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:03:25.874 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T00:03:25.874 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:03:25.874 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-19T00:03:24.812359+0000 mgr.smithi008.afsosb (mgr.14180) 964 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi008.hssabj 2024-01-19T00:03:25.875 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:24.812732+0000 mon.smithi008 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi008.hssabj"}]: dispatch 2024-01-19T00:03:25.875 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-19T00:03:24.813298+0000 mgr.smithi008.afsosb (mgr.14180) 965 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj 2024-01-19T00:03:25.875 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj 2024-01-19T00:03:25.875 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj 2024-01-19T00:03:25.875 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj 2024-01-19T00:03:25.875 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Deploy daemon haproxy.nfs.foo.smithi008.hssabj ... 2024-01-19T00:03:25.875 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:03:25.875 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T00:03:25.875 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-19T00:01:32Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:03:25.875 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-19T00:02:09Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:03:25.875 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-19T00:02:47Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:03:25.875 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T00:03:25.875 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:03:25.875 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-19T00:03:24.814538+0000 mgr.smithi008.afsosb (mgr.14180) 966 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-19T00:03:25.876 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-19T00:03:24.815537+0000 mgr.smithi008.afsosb (mgr.14180) 967 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-19T00:03:25.876 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:24.816339+0000 mgr.smithi008.afsosb (mgr.14180) 968 : cluster [DBG] pgmap v569: 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-01-19T00:03:26.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:25.510770+0000 mon.smithi008 (mon.0) 697 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-19T00:03:26.859 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:25.510770+0000 mon.smithi008 (mon.0) 697 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-19T00:03:27.204 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:03:27.205 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:03:27.584 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:03:27.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:27 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:26.816894+0000 mgr.smithi008.afsosb (mgr.14180) 969 : cluster [DBG] pgmap v570: 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-01-19T00:03:27.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:27 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:26.816894+0000 mgr.smithi008.afsosb (mgr.14180) 969 : cluster [DBG] pgmap v570: 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-01-19T00:03:28.585 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:03:28.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:27.198837+0000 mgr.smithi008.afsosb (mgr.14180) 970 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:28.910 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:27.198837+0000 mgr.smithi008.afsosb (mgr.14180) 970 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:29.986 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:03:29.986 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:03:30.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:28.817485+0000 mgr.smithi008.afsosb (mgr.14180) 971 : cluster [DBG] pgmap v571: 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-01-19T00:03:30.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:28.906626+0000 mon.smithi008 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:03:30.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:03:30.349 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:28.817485+0000 mgr.smithi008.afsosb (mgr.14180) 971 : cluster [DBG] pgmap v571: 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-01-19T00:03:30.349 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:28.906626+0000 mon.smithi008 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:03:31.334 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:03:31.349 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:29.981275+0000 mgr.smithi008.afsosb (mgr.14180) 972 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:31.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:30.818323+0000 mgr.smithi008.afsosb (mgr.14180) 973 : cluster [DBG] pgmap v572: 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-01-19T00:03:31.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:29.981275+0000 mgr.smithi008.afsosb (mgr.14180) 972 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:31.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:30.818323+0000 mgr.smithi008.afsosb (mgr.14180) 973 : cluster [DBG] pgmap v572: 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-01-19T00:03:32.657 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:03:32.658 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:03:33.007 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:03:34.008 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:03:34.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:32.652861+0000 mgr.smithi008.afsosb (mgr.14180) 974 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:34.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:32.818831+0000 mgr.smithi008.afsosb (mgr.14180) 975 : cluster [DBG] pgmap v573: 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-01-19T00:03:34.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:33.464162+0000 mon.smithi008 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:03:34.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:33 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:32.652861+0000 mgr.smithi008.afsosb (mgr.14180) 974 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:34.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:33 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:32.818831+0000 mgr.smithi008.afsosb (mgr.14180) 975 : cluster [DBG] pgmap v573: 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-01-19T00:03:34.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:33 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:33.464162+0000 mon.smithi008 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:03:35.322 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:03:35.322 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:03:35.716 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:03:36.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:34.819367+0000 mgr.smithi008.afsosb (mgr.14180) 976 : cluster [DBG] pgmap v574: 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-01-19T00:03:36.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:35 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:34.819367+0000 mgr.smithi008.afsosb (mgr.14180) 976 : cluster [DBG] pgmap v574: 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-01-19T00:03:36.717 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:03:37.058 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:35.316917+0000 mgr.smithi008.afsosb (mgr.14180) 977 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:37.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:35.316917+0000 mgr.smithi008.afsosb (mgr.14180) 977 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:38.045 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:03:38.045 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:03:38.078 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:37 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:36.819903+0000 mgr.smithi008.afsosb (mgr.14180) 978 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:38.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:37 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:36.819903+0000 mgr.smithi008.afsosb (mgr.14180) 978 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:38.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:03:39.492 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:03:40.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:39 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:38.040389+0000 mgr.smithi008.afsosb (mgr.14180) 979 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:40.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:39 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:38.820617+0000 mgr.smithi008.afsosb (mgr.14180) 980 : 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-01-19T00:03:40.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:39 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:38.040389+0000 mgr.smithi008.afsosb (mgr.14180) 979 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:40.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:39 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:38.820617+0000 mgr.smithi008.afsosb (mgr.14180) 980 : 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-01-19T00:03:40.976 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:03:40.976 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:03:41.313 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:40.821214+0000 mgr.smithi008.afsosb (mgr.14180) 981 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:41.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:40.821214+0000 mgr.smithi008.afsosb (mgr.14180) 981 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:41.357 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:03:42.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:40.971219+0000 mgr.smithi008.afsosb (mgr.14180) 982 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:42.357 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:03:42.392 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:40.971219+0000 mgr.smithi008.afsosb (mgr.14180) 982 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:43.318 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:42.821711+0000 mgr.smithi008.afsosb (mgr.14180) 983 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:43.352 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:42.821711+0000 mgr.smithi008.afsosb (mgr.14180) 983 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:43.707 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:03:43.707 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:03:44.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:03:44.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:43.702850+0000 mgr.smithi008.afsosb (mgr.14180) 984 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:44.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:43.702850+0000 mgr.smithi008.afsosb (mgr.14180) 984 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:45.076 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:03:45.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:44.822331+0000 mgr.smithi008.afsosb (mgr.14180) 985 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:03:45.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:44.822331+0000 mgr.smithi008.afsosb (mgr.14180) 985 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:03:46.394 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:03:46.395 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:03:46.808 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:03:47.809 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:03:48.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:46.389263+0000 mgr.smithi008.afsosb (mgr.14180) 986 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:48.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:46.822915+0000 mgr.smithi008.afsosb (mgr.14180) 987 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:48.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:46.389263+0000 mgr.smithi008.afsosb (mgr.14180) 986 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:48.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:46.822915+0000 mgr.smithi008.afsosb (mgr.14180) 987 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:49.234 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:03:49.234 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:03:49.623 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:03:50.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:48.823695+0000 mgr.smithi008.afsosb (mgr.14180) 988 : 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-01-19T00:03:50.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:48.823695+0000 mgr.smithi008.afsosb (mgr.14180) 988 : 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-01-19T00:03:50.625 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:03:50.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:49.228929+0000 mgr.smithi008.afsosb (mgr.14180) 989 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:51.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:49.228929+0000 mgr.smithi008.afsosb (mgr.14180) 989 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:52.058 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:03:52.058 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:03:52.086 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:50.824263+0000 mgr.smithi008.afsosb (mgr.14180) 990 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:52.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:51 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:50.824263+0000 mgr.smithi008.afsosb (mgr.14180) 990 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:52.455 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:03:53.456 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:03:54.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:53 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:52.053424+0000 mgr.smithi008.afsosb (mgr.14180) 991 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:54.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:53 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:52.824900+0000 mgr.smithi008.afsosb (mgr.14180) 992 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:54.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:53 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:52.053424+0000 mgr.smithi008.afsosb (mgr.14180) 991 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:54.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:53 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:52.824900+0000 mgr.smithi008.afsosb (mgr.14180) 992 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:54.825 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:03:54.825 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:03:55.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:03:56.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:54.816129+0000 mgr.smithi008.afsosb (mgr.14180) 993 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:56.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:54.825465+0000 mgr.smithi008.afsosb (mgr.14180) 994 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:03:56.205 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:03:56.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:54.816129+0000 mgr.smithi008.afsosb (mgr.14180) 993 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:56.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:54.825465+0000 mgr.smithi008.afsosb (mgr.14180) 994 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:03:57.662 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:03:57.681 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:03:58.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:03:58.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:56.826149+0000 mgr.smithi008.afsosb (mgr.14180) 995 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:58.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:57 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:56.826149+0000 mgr.smithi008.afsosb (mgr.14180) 995 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:03:59.080 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:03:59.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:03:57.656537+0000 mgr.smithi008.afsosb (mgr.14180) 996 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:03:59.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:03:57.656537+0000 mgr.smithi008.afsosb (mgr.14180) 996 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:00.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:03:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:03:58.826928+0000 mgr.smithi008.afsosb (mgr.14180) 997 : 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-01-19T00:04:00.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:03:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:03:58.826928+0000 mgr.smithi008.afsosb (mgr.14180) 997 : 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-01-19T00:04:00.572 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:04:00.573 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:04:00.931 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:04:01.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:00.567441+0000 mgr.smithi008.afsosb (mgr.14180) 998 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:01.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:00.827580+0000 mgr.smithi008.afsosb (mgr.14180) 999 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:04:01.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:00.567441+0000 mgr.smithi008.afsosb (mgr.14180) 998 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:01.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:00.827580+0000 mgr.smithi008.afsosb (mgr.14180) 999 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:04:01.932 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:04:03.399 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:04:03.399 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:04:03.809 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:04:04.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:03 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:02.828282+0000 mgr.smithi008.afsosb (mgr.14180) 1000 : 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-01-19T00:04:04.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:03 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:02.828282+0000 mgr.smithi008.afsosb (mgr.14180) 1000 : 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-01-19T00:04:04.810 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:04:05.146 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:03.394796+0000 mgr.smithi008.afsosb (mgr.14180) 1001 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:05.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:03.394796+0000 mgr.smithi008.afsosb (mgr.14180) 1001 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:06.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:04.828924+0000 mgr.smithi008.afsosb (mgr.14180) 1002 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:04:06.186 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:04:06.186 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:04:06.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:04.828924+0000 mgr.smithi008.afsosb (mgr.14180) 1002 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:04:06.602 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:04:07.603 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:04:08.159 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:06.181729+0000 mgr.smithi008.afsosb (mgr.14180) 1003 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:08.159 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:07 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:06.829691+0000 mgr.smithi008.afsosb (mgr.14180) 1004 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:04:08.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:07 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:06.181729+0000 mgr.smithi008.afsosb (mgr.14180) 1003 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:08.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:07 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:06.829691+0000 mgr.smithi008.afsosb (mgr.14180) 1004 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:04:09.091 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:04:09.091 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:04:09.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:04:10.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:08.830303+0000 mgr.smithi008.afsosb (mgr.14180) 1005 : 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-01-19T00:04:10.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:09 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:08.830303+0000 mgr.smithi008.afsosb (mgr.14180) 1005 : 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-01-19T00:04:10.469 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:04:11.167 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:09.085897+0000 mgr.smithi008.afsosb (mgr.14180) 1006 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:11.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:09.085897+0000 mgr.smithi008.afsosb (mgr.14180) 1006 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:11.951 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:04:11.951 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:04:12.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:10.830869+0000 mgr.smithi008.afsosb (mgr.14180) 1007 : 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-01-19T00:04:12.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:04:12.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:10.830869+0000 mgr.smithi008.afsosb (mgr.14180) 1007 : 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-01-19T00:04:13.337 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:04:14.055 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:11.946567+0000 mgr.smithi008.afsosb (mgr.14180) 1008 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:14.055 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:12.831449+0000 mgr.smithi008.afsosb (mgr.14180) 1009 : 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-01-19T00:04:14.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:11.946567+0000 mgr.smithi008.afsosb (mgr.14180) 1008 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:14.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:12.831449+0000 mgr.smithi008.afsosb (mgr.14180) 1009 : 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-01-19T00:04:14.743 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:04:14.743 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:04:15.177 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:04:16.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:14.737890+0000 mgr.smithi008.afsosb (mgr.14180) 1010 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:16.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:14.832075+0000 mgr.smithi008.afsosb (mgr.14180) 1011 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:04:16.178 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:04:16.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:14.737890+0000 mgr.smithi008.afsosb (mgr.14180) 1010 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:16.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:14.832075+0000 mgr.smithi008.afsosb (mgr.14180) 1011 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:04:17.630 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:04:17.630 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:04:18.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:04:18.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:17 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:16.832853+0000 mgr.smithi008.afsosb (mgr.14180) 1012 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:04:18.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:17 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:16.832853+0000 mgr.smithi008.afsosb (mgr.14180) 1012 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:04:19.002 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:04:19.337 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:17.625378+0000 mgr.smithi008.afsosb (mgr.14180) 1013 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:19.349 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:17.625378+0000 mgr.smithi008.afsosb (mgr.14180) 1013 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:20.064 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:19 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:18.833691+0000 mgr.smithi008.afsosb (mgr.14180) 1014 : 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-01-19T00:04:20.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:19 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:18.833691+0000 mgr.smithi008.afsosb (mgr.14180) 1014 : 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-01-19T00:04:20.423 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:04:20.423 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:04:20.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:04:21.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:20.417596+0000 mgr.smithi008.afsosb (mgr.14180) 1015 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:21.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:21 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:20.834323+0000 mgr.smithi008.afsosb (mgr.14180) 1016 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:04:21.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:20.417596+0000 mgr.smithi008.afsosb (mgr.14180) 1015 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:21.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:21 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:20.834323+0000 mgr.smithi008.afsosb (mgr.14180) 1016 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:04:21.795 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:04:23.130 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:04:23.131 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:04:23.526 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:04:24.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:23 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:22.835024+0000 mgr.smithi008.afsosb (mgr.14180) 1017 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:04:24.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:23 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:22.835024+0000 mgr.smithi008.afsosb (mgr.14180) 1017 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:04:24.527 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:04:25.154 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:23.125592+0000 mgr.smithi008.afsosb (mgr.14180) 1018 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:25.155 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:24.818211+0000 mon.smithi008 (mon.0) 700 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T00:04:25.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:23.125592+0000 mgr.smithi008.afsosb (mgr.14180) 1018 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:25.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:24.818211+0000 mon.smithi008 (mon.0) 700 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-19T00:04:25.937 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:04:25.938 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:22.752566Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:22.753179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:22.752713Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:22.752788Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:22.752856Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:22.752922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:04:26.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:25 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:24.835588+0000 mgr.smithi008.afsosb (mgr.14180) 1019 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:04:26.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:25 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:24.835588+0000 mgr.smithi008.afsosb (mgr.14180) 1019 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:04:26.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:04:27.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:25.932287+0000 mgr.smithi008.afsosb (mgr.14180) 1020 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:27.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:26.127901+0000 mon.smithi008 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:04:27.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:25.932287+0000 mgr.smithi008.afsosb (mgr.14180) 1020 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:27.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:26.127901+0000 mon.smithi008 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:04:27.389 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:04:28.064 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:27 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:26.836188+0000 mgr.smithi008.afsosb (mgr.14180) 1021 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:04:28.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:27 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:26.836188+0000 mgr.smithi008.afsosb (mgr.14180) 1021 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:04:29.008 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:04:29.008 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-18T23:58:25.064875Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-18T23:58:25.064942Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-18T23:58:25.065007Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-18T23:58:25.065470Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-18T23:58:25.064799Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-18T23:58:25.064659Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-18T23:58:25.065534Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-18T23:58:25.065072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-18T23:58:25.065209Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-18T23:58:25.065137Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:04:29.537 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:04:30.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:28.836770+0000 mgr.smithi008.afsosb (mgr.14180) 1022 : 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-01-19T00:04:30.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:29.193621+0000 mon.smithi008 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:04:30.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:29.589773+0000 mon.smithi008 (mon.0) 703 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T00:04:30.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:29.590452+0000 mon.smithi008 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-19T00:04:30.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:29.594521+0000 mon.smithi008 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:04:30.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:29.598209+0000 mon.smithi008 (mon.0) 706 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-19T00:04:30.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:29.604520+0000 mon.smithi008 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:04:30.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:28.836770+0000 mgr.smithi008.afsosb (mgr.14180) 1022 : 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-01-19T00:04:30.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:29.193621+0000 mon.smithi008 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:04:30.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:29.589773+0000 mon.smithi008 (mon.0) 703 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-19T00:04:30.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:29.590452+0000 mon.smithi008 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-19T00:04:30.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:29.594521+0000 mon.smithi008 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:04:30.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:29.598209+0000 mon.smithi008 (mon.0) 706 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-19T00:04:30.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:29.604520+0000 mon.smithi008 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:04:30.538 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:04:31.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:29.003227+0000 mgr.smithi008.afsosb (mgr.14180) 1023 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:31.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:29.594951+0000 mgr.smithi008.afsosb (mgr.14180) 1024 : cluster [DBG] pgmap v602: 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-01-19T00:04:31.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-19T00:04:29.606497+0000 mgr.smithi008.afsosb (mgr.14180) 1025 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.cwtqns on smithi060 2024-01-19T00:04:31.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:30.592715+0000 mon.smithi008 (mon.0) 708 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-19T00:04:31.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:30.592758+0000 mon.smithi008 (mon.0) 709 : cluster [INF] Cluster is now healthy 2024-01-19T00:04:31.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:29.003227+0000 mgr.smithi008.afsosb (mgr.14180) 1023 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:31.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:29.594951+0000 mgr.smithi008.afsosb (mgr.14180) 1024 : cluster [DBG] pgmap v602: 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-01-19T00:04:31.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-19T00:04:29.606497+0000 mgr.smithi008.afsosb (mgr.14180) 1025 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi060.cwtqns on smithi060 2024-01-19T00:04:31.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:30.592715+0000 mon.smithi008 (mon.0) 708 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-19T00:04:31.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:30.592758+0000 mon.smithi008 (mon.0) 709 : cluster [INF] Cluster is now healthy 2024-01-19T00:04:31.949 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:04:31.950 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:04:32.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:04:33.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:32 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:31.595432+0000 mgr.smithi008.afsosb (mgr.14180) 1026 : cluster [DBG] pgmap v603: 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-01-19T00:04:33.335 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:04:33.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:32 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:31.595432+0000 mgr.smithi008.afsosb (mgr.14180) 1026 : cluster [DBG] pgmap v603: 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-01-19T00:04:34.019 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:31.944680+0000 mgr.smithi008.afsosb (mgr.14180) 1027 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:34.020 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:33.464481+0000 mon.smithi008 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:04:34.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:33 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:31.944680+0000 mgr.smithi008.afsosb (mgr.14180) 1027 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:34.351 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:33 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:33.464481+0000 mon.smithi008 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:04:34.769 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:04:34.769 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:04:35.097 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:33.595894+0000 mgr.smithi008.afsosb (mgr.14180) 1028 : cluster [DBG] pgmap v604: 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-01-19T00:04:35.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:04:35.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:33.595894+0000 mgr.smithi008.afsosb (mgr.14180) 1028 : cluster [DBG] pgmap v604: 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-01-19T00:04:36.208 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:04:36.243 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:34.764151+0000 mgr.smithi008.afsosb (mgr.14180) 1029 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:36.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:35 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:34.764151+0000 mgr.smithi008.afsosb (mgr.14180) 1029 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:37.312 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:35.596437+0000 mgr.smithi008.afsosb (mgr.14180) 1030 : cluster [DBG] pgmap v605: 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-01-19T00:04:37.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:35.596437+0000 mgr.smithi008.afsosb (mgr.14180) 1030 : cluster [DBG] pgmap v605: 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-01-19T00:04:37.724 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:04:37.724 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:04:38.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:04:39.117 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:04:39.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:37.596822+0000 mgr.smithi008.afsosb (mgr.14180) 1031 : cluster [DBG] pgmap v606: 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-01-19T00:04:39.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:37.718154+0000 mgr.smithi008.afsosb (mgr.14180) 1032 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:39.415 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:37.596822+0000 mgr.smithi008.afsosb (mgr.14180) 1031 : cluster [DBG] pgmap v606: 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-01-19T00:04:39.415 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:37.718154+0000 mgr.smithi008.afsosb (mgr.14180) 1032 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:40.630 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:04:40.630 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:04:41.041 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:04:41.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:39.597317+0000 mgr.smithi008.afsosb (mgr.14180) 1033 : cluster [DBG] pgmap v607: 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-01-19T00:04:41.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:39.597317+0000 mgr.smithi008.afsosb (mgr.14180) 1033 : cluster [DBG] pgmap v607: 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-01-19T00:04:42.041 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:04:42.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:40.625037+0000 mgr.smithi008.afsosb (mgr.14180) 1034 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:42.399 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:40.625037+0000 mgr.smithi008.afsosb (mgr.14180) 1034 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:43.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:41.597926+0000 mgr.smithi008.afsosb (mgr.14180) 1035 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:04:43.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:41.597926+0000 mgr.smithi008.afsosb (mgr.14180) 1035 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:04:43.477 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:04:43.477 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:04:43.849 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:04:44.850 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:04:45.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:43.469704+0000 mgr.smithi008.afsosb (mgr.14180) 1036 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:45.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:43.598456+0000 mgr.smithi008.afsosb (mgr.14180) 1037 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:04:45.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:43.469704+0000 mgr.smithi008.afsosb (mgr.14180) 1036 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:45.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:43.598456+0000 mgr.smithi008.afsosb (mgr.14180) 1037 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:04:46.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:45.599051+0000 mgr.smithi008.afsosb (mgr.14180) 1038 : 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-01-19T00:04:46.220 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:04:46.220 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:04:46.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:45.599051+0000 mgr.smithi008.afsosb (mgr.14180) 1038 : 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-01-19T00:04:46.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:04:47.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:46.215407+0000 mgr.smithi008.afsosb (mgr.14180) 1039 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:47.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:46.215407+0000 mgr.smithi008.afsosb (mgr.14180) 1039 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:47.590 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:04:48.284 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:47.599519+0000 mgr.smithi008.afsosb (mgr.14180) 1040 : 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-01-19T00:04:48.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:47.599519+0000 mgr.smithi008.afsosb (mgr.14180) 1040 : 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-01-19T00:04:48.977 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:04:48.977 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:04:49.356 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:04:50.357 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:04:50.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:48.971608+0000 mgr.smithi008.afsosb (mgr.14180) 1041 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:50.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:49.600145+0000 mgr.smithi008.afsosb (mgr.14180) 1042 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:04:51.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:48.971608+0000 mgr.smithi008.afsosb (mgr.14180) 1041 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:51.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:49.600145+0000 mgr.smithi008.afsosb (mgr.14180) 1042 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:04:51.792 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:04:51.792 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:04:52.180 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:04:52.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:51.600614+0000 mgr.smithi008.afsosb (mgr.14180) 1043 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:04:52.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:51.787831+0000 mgr.smithi008.afsosb (mgr.14180) 1044 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:53.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:51.600614+0000 mgr.smithi008.afsosb (mgr.14180) 1043 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:04:53.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:51.787831+0000 mgr.smithi008.afsosb (mgr.14180) 1044 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:53.182 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:04:54.566 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:04:54.566 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:04:54.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:53.600958+0000 mgr.smithi008.afsosb (mgr.14180) 1045 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:04:54.903 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:53.600958+0000 mgr.smithi008.afsosb (mgr.14180) 1045 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:04:54.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:04:55.989 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:04:56.024 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:54.561690+0000 mgr.smithi008.afsosb (mgr.14180) 1046 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:56.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:54.561690+0000 mgr.smithi008.afsosb (mgr.14180) 1046 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:56.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:55.601673+0000 mgr.smithi008.afsosb (mgr.14180) 1047 : 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-01-19T00:04:57.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:56 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:55.601673+0000 mgr.smithi008.afsosb (mgr.14180) 1047 : 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-01-19T00:04:57.336 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:04:57.336 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:04:57.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:04:58.771 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:04:59.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:04:57.331355+0000 mgr.smithi008.afsosb (mgr.14180) 1048 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:59.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:04:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:57.602130+0000 mgr.smithi008.afsosb (mgr.14180) 1049 : 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-01-19T00:04:59.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:04:57.331355+0000 mgr.smithi008.afsosb (mgr.14180) 1048 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:04:59.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:04:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:57.602130+0000 mgr.smithi008.afsosb (mgr.14180) 1049 : 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-01-19T00:05:00.244 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:05:00.244 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:05:00.630 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:05:00.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:04:59.602614+0000 mgr.smithi008.afsosb (mgr.14180) 1050 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:05:01.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:04:59.602614+0000 mgr.smithi008.afsosb (mgr.14180) 1050 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:05:01.631 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:05:01.963 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:01 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:00.238908+0000 mgr.smithi008.afsosb (mgr.14180) 1051 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:02.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:01 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:00.238908+0000 mgr.smithi008.afsosb (mgr.14180) 1051 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:02.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:01.603319+0000 mgr.smithi008.afsosb (mgr.14180) 1052 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:05:03.007 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:05:03.008 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:05:03.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:01.603319+0000 mgr.smithi008.afsosb (mgr.14180) 1052 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:05:03.389 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:05:04.390 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:05:04.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:03.003185+0000 mgr.smithi008.afsosb (mgr.14180) 1053 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:04.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:03.603823+0000 mgr.smithi008.afsosb (mgr.14180) 1054 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:05:05.082 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:03.003185+0000 mgr.smithi008.afsosb (mgr.14180) 1053 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:05.083 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:03.603823+0000 mgr.smithi008.afsosb (mgr.14180) 1054 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:05:05.743 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:05:05.743 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:05:06.077 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:05.604251+0000 mgr.smithi008.afsosb (mgr.14180) 1055 : 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-01-19T00:05:06.077 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:05.738144+0000 mgr.smithi008.afsosb (mgr.14180) 1056 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:06.113 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:05:06.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:05.604251+0000 mgr.smithi008.afsosb (mgr.14180) 1055 : 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-01-19T00:05:06.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:05.738144+0000 mgr.smithi008.afsosb (mgr.14180) 1056 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:07.113 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:05:08.467 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:05:08.467 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:05:08.817 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:07.604707+0000 mgr.smithi008.afsosb (mgr.14180) 1057 : 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-01-19T00:05:08.834 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:05:09.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:07.604707+0000 mgr.smithi008.afsosb (mgr.14180) 1057 : 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-01-19T00:05:09.835 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:05:10.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:09 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:08.461549+0000 mgr.smithi008.afsosb (mgr.14180) 1058 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:10.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:08.461549+0000 mgr.smithi008.afsosb (mgr.14180) 1058 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:10.857 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:09.605262+0000 mgr.smithi008.afsosb (mgr.14180) 1059 : 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-01-19T00:05:11.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:09.605262+0000 mgr.smithi008.afsosb (mgr.14180) 1059 : 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-01-19T00:05:11.234 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:05:11.234 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:05:11.611 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:05:12.612 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:05:12.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:11.229165+0000 mgr.smithi008.afsosb (mgr.14180) 1060 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:12.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:11.605695+0000 mgr.smithi008.afsosb (mgr.14180) 1061 : 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-01-19T00:05:13.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:11.229165+0000 mgr.smithi008.afsosb (mgr.14180) 1060 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:13.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:11.605695+0000 mgr.smithi008.afsosb (mgr.14180) 1061 : 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-01-19T00:05:14.054 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:05:14.054 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:05:14.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:05:14.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:13.606065+0000 mgr.smithi008.afsosb (mgr.14180) 1062 : 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-01-19T00:05:15.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:13.606065+0000 mgr.smithi008.afsosb (mgr.14180) 1062 : 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-01-19T00:05:15.421 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:05:15.754 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:15 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:14.048832+0000 mgr.smithi008.afsosb (mgr.14180) 1063 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:16.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:15 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:14.048832+0000 mgr.smithi008.afsosb (mgr.14180) 1063 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:16.841 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:05:16.842 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:05:16.867 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:15.606482+0000 mgr.smithi008.afsosb (mgr.14180) 1064 : 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-01-19T00:05:17.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:15.606482+0000 mgr.smithi008.afsosb (mgr.14180) 1064 : 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-01-19T00:05:17.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:05:17.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:17 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:16.836732+0000 mgr.smithi008.afsosb (mgr.14180) 1065 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:18.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:17 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:16.836732+0000 mgr.smithi008.afsosb (mgr.14180) 1065 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:18.262 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:05:18.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:17.606968+0000 mgr.smithi008.afsosb (mgr.14180) 1066 : 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-01-19T00:05:19.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:17.606968+0000 mgr.smithi008.afsosb (mgr.14180) 1066 : 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-01-19T00:05:19.682 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:05:19.682 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:05:20.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:05:21.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:19.607400+0000 mgr.smithi008.afsosb (mgr.14180) 1067 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:05:21.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:19.677296+0000 mgr.smithi008.afsosb (mgr.14180) 1068 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:21.103 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:05:21.138 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:19.607400+0000 mgr.smithi008.afsosb (mgr.14180) 1067 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:05:21.139 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:19.677296+0000 mgr.smithi008.afsosb (mgr.14180) 1068 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:22.424 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:05:22.424 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:05:22.800 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:21.607815+0000 mgr.smithi008.afsosb (mgr.14180) 1069 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:05:22.820 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:05:23.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:21.607815+0000 mgr.smithi008.afsosb (mgr.14180) 1069 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:05:23.820 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:05:24.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:23 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:22.418691+0000 mgr.smithi008.afsosb (mgr.14180) 1070 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:24.162 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:23 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:22.418691+0000 mgr.smithi008.afsosb (mgr.14180) 1070 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:24.829 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:23.608261+0000 mgr.smithi008.afsosb (mgr.14180) 1071 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:05:24.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:23.608261+0000 mgr.smithi008.afsosb (mgr.14180) 1071 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:05:25.179 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:05:25.179 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:05:25.572 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:05:26.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:25.174223+0000 mgr.smithi008.afsosb (mgr.14180) 1072 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:26.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:25.608721+0000 mgr.smithi008.afsosb (mgr.14180) 1073 : 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-01-19T00:05:26.414 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:25.174223+0000 mgr.smithi008.afsosb (mgr.14180) 1072 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:26.414 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:25.608721+0000 mgr.smithi008.afsosb (mgr.14180) 1073 : 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-01-19T00:05:26.572 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:05:27.969 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:05:27.970 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:05:28.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:05:29.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:27.609184+0000 mgr.smithi008.afsosb (mgr.14180) 1074 : 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-01-19T00:05:29.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:27.609184+0000 mgr.smithi008.afsosb (mgr.14180) 1074 : 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-01-19T00:05:29.344 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:05:30.079 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:29 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:27.964662+0000 mgr.smithi008.afsosb (mgr.14180) 1075 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:30.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:29 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:27.964662+0000 mgr.smithi008.afsosb (mgr.14180) 1075 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:30.792 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:05:30.792 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:05:30.987 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:29.609634+0000 mgr.smithi008.afsosb (mgr.14180) 1076 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:05:31.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:29.609634+0000 mgr.smithi008.afsosb (mgr.14180) 1076 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:05:31.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:05:32.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:31 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:30.786934+0000 mgr.smithi008.afsosb (mgr.14180) 1077 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:32.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:31 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:30.786934+0000 mgr.smithi008.afsosb (mgr.14180) 1077 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:32.176 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:05:32.804 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:32 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:31.610349+0000 mgr.smithi008.afsosb (mgr.14180) 1078 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:05:33.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:32 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:31.610349+0000 mgr.smithi008.afsosb (mgr.14180) 1078 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:05:33.515 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:05:33.515 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:05:33.908 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:05:34.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:33.509932+0000 mgr.smithi008.afsosb (mgr.14180) 1079 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:34.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:33.610703+0000 mgr.smithi008.afsosb (mgr.14180) 1080 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:05:34.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:34.325823+0000 mon.smithi008 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:05:34.909 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:05:34.935 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:33.509932+0000 mgr.smithi008.afsosb (mgr.14180) 1079 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:34.935 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:33.610703+0000 mgr.smithi008.afsosb (mgr.14180) 1080 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:05:34.936 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:34.325823+0000 mon.smithi008 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:05:35.900 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:34.689631+0000 mon.smithi008 (mon.0) 712 : cluster [DBG] mgrmap e22: smithi008.afsosb(active, since 20m), standbys: smithi060.chknjn 2024-01-19T00:05:35.900 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:35.227943+0000 mon.smithi008 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:05:36.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:35 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:34.689631+0000 mon.smithi008 (mon.0) 712 : cluster [DBG] mgrmap e22: smithi008.afsosb(active, since 20m), standbys: smithi060.chknjn 2024-01-19T00:05:36.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:35 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:35.227943+0000 mon.smithi008 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:05:36.309 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:05:36.309 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:05:36.759 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:05:37.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:35.611381+0000 mgr.smithi008.afsosb (mgr.14180) 1081 : 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, 341 B/s wr, 0 op/s 2024-01-19T00:05:37.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:36.124245+0000 mon.smithi008 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:05:37.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:35.611381+0000 mgr.smithi008.afsosb (mgr.14180) 1081 : 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, 341 B/s wr, 0 op/s 2024-01-19T00:05:37.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:36.124245+0000 mon.smithi008 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:05:37.760 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:05:37.796 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:37 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:36.303970+0000 mgr.smithi008.afsosb (mgr.14180) 1082 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:37.796 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:37 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:37.023559+0000 mon.smithi008 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:05:38.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:37 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:36.303970+0000 mgr.smithi008.afsosb (mgr.14180) 1082 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:38.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:37 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:37.023559+0000 mon.smithi008 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:05:39.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:37.611892+0000 mgr.smithi008.afsosb (mgr.14180) 1083 : 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, 341 B/s wr, 0 op/s 2024-01-19T00:05:39.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:37.921678+0000 mon.smithi008 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:05:39.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:38.827410+0000 mon.smithi008 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:05:39.256 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:05:39.257 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:05:39.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:37.611892+0000 mgr.smithi008.afsosb (mgr.14180) 1083 : 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, 341 B/s wr, 0 op/s 2024-01-19T00:05:39.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:37.921678+0000 mon.smithi008 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:05:39.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:38.827410+0000 mon.smithi008 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:05:39.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:05:40.634 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:05:41.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:39.251944+0000 mgr.smithi008.afsosb (mgr.14180) 1084 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:41.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:39.612362+0000 mgr.smithi008.afsosb (mgr.14180) 1085 : 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, 341 B/s wr, 0 op/s 2024-01-19T00:05:41.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:39.721304+0000 mon.smithi008 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:05:41.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:40.610529+0000 mon.smithi008 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:05:41.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:40.611450+0000 mon.smithi008 (mon.0) 720 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-19T00:05:41.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:39.251944+0000 mgr.smithi008.afsosb (mgr.14180) 1084 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:41.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:39.612362+0000 mgr.smithi008.afsosb (mgr.14180) 1085 : 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, 341 B/s wr, 0 op/s 2024-01-19T00:05:41.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:39.721304+0000 mon.smithi008 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:05:41.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:40.610529+0000 mon.smithi008 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:05:41.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:40.611450+0000 mon.smithi008 (mon.0) 720 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-19T00:05:42.065 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:05:42.066 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:05:42.443 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:05:42.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:41.517900+0000 mon.smithi008 (mon.0) 721 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-19T00:05:42.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:41.519050+0000 mon.smithi008 (mon.0) 722 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2024-01-19T00:05:42.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:41.519267+0000 mon.smithi008 (mon.0) 723 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2024-01-19T00:05:42.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:41.525944+0000 mon.smithi008 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:05:42.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:41.527325+0000 mon.smithi060 (mon.1) 21 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-19T00:05:42.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:41.527550+0000 mon.smithi008 (mon.0) 725 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2024-01-19T00:05:42.665 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:41.527765+0000 mon.smithi008 (mon.0) 726 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2024-01-19T00:05:42.665 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:41.612805+0000 mgr.smithi008.afsosb (mgr.14180) 1086 : 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, 2.3 KiB/s wr, 0 op/s 2024-01-19T00:05:42.665 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:42.413837+0000 mon.smithi060 (mon.1) 22 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-19T00:05:42.665 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:42.419841+0000 mon.smithi008 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:05:42.665 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:42.422483+0000 mon.smithi008 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:05:42.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:41.517900+0000 mon.smithi008 (mon.0) 721 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-19T00:05:42.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:41.519050+0000 mon.smithi008 (mon.0) 722 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2024-01-19T00:05:42.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:41.519267+0000 mon.smithi008 (mon.0) 723 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2024-01-19T00:05:42.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:41.525944+0000 mon.smithi008 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:05:42.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:41.527325+0000 mon.smithi060 (mon.1) 21 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-19T00:05:42.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:41.527550+0000 mon.smithi008 (mon.0) 725 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2024-01-19T00:05:42.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:41.527765+0000 mon.smithi008 (mon.0) 726 : audit [DBG] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "mon metadata", "id": "smithi060"}]: dispatch 2024-01-19T00:05:42.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:41.612805+0000 mgr.smithi008.afsosb (mgr.14180) 1086 : 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, 2.3 KiB/s wr, 0 op/s 2024-01-19T00:05:42.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:42.413837+0000 mon.smithi060 (mon.1) 22 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-19T00:05:42.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:42.419841+0000 mon.smithi008 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:05:42.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:42.422483+0000 mon.smithi008 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' 2024-01-19T00:05:43.445 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:05:43.783 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:43 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:42.060769+0000 mgr.smithi008.afsosb (mgr.14180) 1087 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:43.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:43 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:42.060769+0000 mgr.smithi008.afsosb (mgr.14180) 1087 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:44.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:43.613188+0000 mgr.smithi008.afsosb (mgr.14180) 1088 : 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, 2.3 KiB/s wr, 0 op/s 2024-01-19T00:05:44.874 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:05:44.875 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:05:44.897 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:43.613188+0000 mgr.smithi008.afsosb (mgr.14180) 1088 : 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, 2.3 KiB/s wr, 0 op/s 2024-01-19T00:05:45.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:05:45.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:45 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:44.869230+0000 mgr.smithi008.afsosb (mgr.14180) 1089 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:45.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:45 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:44.869230+0000 mgr.smithi008.afsosb (mgr.14180) 1089 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:46.310 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:05:46.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:45.613716+0000 mgr.smithi008.afsosb (mgr.14180) 1090 : 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, 3.5 KiB/s wr, 0 op/s 2024-01-19T00:05:46.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:45.613716+0000 mgr.smithi008.afsosb (mgr.14180) 1090 : 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, 3.5 KiB/s wr, 0 op/s 2024-01-19T00:05:47.816 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:05:47.816 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:05:48.250 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:05:49.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:47.614219+0000 mgr.smithi008.afsosb (mgr.14180) 1091 : 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, 3.2 KiB/s wr, 0 op/s 2024-01-19T00:05:49.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:47.810411+0000 mgr.smithi008.afsosb (mgr.14180) 1092 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:49.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:47.614219+0000 mgr.smithi008.afsosb (mgr.14180) 1091 : 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, 3.2 KiB/s wr, 0 op/s 2024-01-19T00:05:49.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:47.810411+0000 mgr.smithi008.afsosb (mgr.14180) 1092 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:49.251 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:05:50.549 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:05:50.549 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:05:50.888 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:49.614666+0000 mgr.smithi008.afsosb (mgr.14180) 1093 : 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, 3.2 KiB/s wr, 0 op/s 2024-01-19T00:05:50.908 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:05:51.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:49.614666+0000 mgr.smithi008.afsosb (mgr.14180) 1093 : 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, 3.2 KiB/s wr, 0 op/s 2024-01-19T00:05:51.909 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:05:51.938 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:51 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:50.543938+0000 mgr.smithi008.afsosb (mgr.14180) 1094 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:52.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:51 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:50.543938+0000 mgr.smithi008.afsosb (mgr.14180) 1094 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:52.893 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:51.615267+0000 mgr.smithi008.afsosb (mgr.14180) 1095 : 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, 3.2 KiB/s wr, 0 op/s 2024-01-19T00:05:53.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:51.615267+0000 mgr.smithi008.afsosb (mgr.14180) 1095 : 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, 3.2 KiB/s wr, 0 op/s 2024-01-19T00:05:53.297 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:05:53.297 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:05:53.655 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:05:54.656 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:05:54.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:53.291799+0000 mgr.smithi008.afsosb (mgr.14180) 1096 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:54.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:53.615710+0000 mgr.smithi008.afsosb (mgr.14180) 1097 : 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, 1.2 KiB/s wr, 0 op/s 2024-01-19T00:05:54.990 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:53.291799+0000 mgr.smithi008.afsosb (mgr.14180) 1096 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:54.990 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:53.615710+0000 mgr.smithi008.afsosb (mgr.14180) 1097 : 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, 1.2 KiB/s wr, 0 op/s 2024-01-19T00:05:56.016 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:05:56.016 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:05:56.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:56 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:55.616128+0000 mgr.smithi008.afsosb (mgr.14180) 1098 : 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, 1.2 KiB/s wr, 0 op/s 2024-01-19T00:05:56.387 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:55.616128+0000 mgr.smithi008.afsosb (mgr.14180) 1098 : 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, 1.2 KiB/s wr, 0 op/s 2024-01-19T00:05:56.408 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:05:57.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:57 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:56.011532+0000 mgr.smithi008.afsosb (mgr.14180) 1099 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:57.409 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:05:57.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:57 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:56.011532+0000 mgr.smithi008.afsosb (mgr.14180) 1099 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:58.305 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:57.616575+0000 mgr.smithi008.afsosb (mgr.14180) 1100 : 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-01-19T00:05:58.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:57.616575+0000 mgr.smithi008.afsosb (mgr.14180) 1100 : 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-01-19T00:05:58.838 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:05:58.838 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:05:59.153 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:05:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:05:58.833368+0000 mgr.smithi008.afsosb (mgr.14180) 1101 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:05:59.188 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:05:59.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:05:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:05:58.833368+0000 mgr.smithi008.afsosb (mgr.14180) 1101 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:00.189 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:06:00.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:05:59.617140+0000 mgr.smithi008.afsosb (mgr.14180) 1102 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:00.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:05:59.617140+0000 mgr.smithi008.afsosb (mgr.14180) 1102 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:01.557 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:06:01.557 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:06:01.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:06:02.956 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:06:02.989 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:06:01.552066+0000 mgr.smithi008.afsosb (mgr.14180) 1103 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:02.989 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:01.617571+0000 mgr.smithi008.afsosb (mgr.14180) 1104 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:03.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:06:01.552066+0000 mgr.smithi008.afsosb (mgr.14180) 1103 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:03.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:01.617571+0000 mgr.smithi008.afsosb (mgr.14180) 1104 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:04.344 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:06:04.344 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:06:04.763 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:06:04.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:03.618205+0000 mgr.smithi008.afsosb (mgr.14180) 1105 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:05.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:03.618205+0000 mgr.smithi008.afsosb (mgr.14180) 1105 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:05.763 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:06:06.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:05 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:06:04.338972+0000 mgr.smithi008.afsosb (mgr.14180) 1106 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:06.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:05 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:06:04.338972+0000 mgr.smithi008.afsosb (mgr.14180) 1106 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:06.874 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:05.618789+0000 mgr.smithi008.afsosb (mgr.14180) 1107 : 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-01-19T00:06:07.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:05.618789+0000 mgr.smithi008.afsosb (mgr.14180) 1107 : 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-01-19T00:06:07.274 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:06:07.274 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:06:07.663 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:06:08.665 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:06:08.980 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:06:07.268740+0000 mgr.smithi008.afsosb (mgr.14180) 1108 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:08.981 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:07.619239+0000 mgr.smithi008.afsosb (mgr.14180) 1109 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:09.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:06:07.268740+0000 mgr.smithi008.afsosb (mgr.14180) 1108 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:09.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:07.619239+0000 mgr.smithi008.afsosb (mgr.14180) 1109 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:09.997 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:06:09.997 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:06:10.380 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:06:11.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:09.619704+0000 mgr.smithi008.afsosb (mgr.14180) 1110 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:11.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:09.619704+0000 mgr.smithi008.afsosb (mgr.14180) 1110 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:11.381 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:06:12.074 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:11 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:06:09.992375+0000 mgr.smithi008.afsosb (mgr.14180) 1111 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:12.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:11 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:06:09.992375+0000 mgr.smithi008.afsosb (mgr.14180) 1111 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:12.752 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:06:12.752 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:06:13.069 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:11.620157+0000 mgr.smithi008.afsosb (mgr.14180) 1112 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:13.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:11.620157+0000 mgr.smithi008.afsosb (mgr.14180) 1112 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:13.128 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:06:14.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:13 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:06:12.747186+0000 mgr.smithi008.afsosb (mgr.14180) 1113 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:14.129 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:06:14.162 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:13 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:06:12.747186+0000 mgr.smithi008.afsosb (mgr.14180) 1113 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:14.806 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:13.620590+0000 mgr.smithi008.afsosb (mgr.14180) 1114 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:14.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:13.620590+0000 mgr.smithi008.afsosb (mgr.14180) 1114 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:15.473 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:06:15.474 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:06:15.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:06:16.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:06:15.467960+0000 mgr.smithi008.afsosb (mgr.14180) 1115 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:16.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:15.621251+0000 mgr.smithi008.afsosb (mgr.14180) 1116 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:06:16.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:06:15.467960+0000 mgr.smithi008.afsosb (mgr.14180) 1115 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:16.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:15.621251+0000 mgr.smithi008.afsosb (mgr.14180) 1116 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-19T00:06:16.831 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:06:18.150 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:06:18.150 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:06:18.511 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:06:18.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:17.621757+0000 mgr.smithi008.afsosb (mgr.14180) 1117 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:19.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:17.621757+0000 mgr.smithi008.afsosb (mgr.14180) 1117 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:19.512 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:06:19.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:19 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:06:18.144464+0000 mgr.smithi008.afsosb (mgr.14180) 1118 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:20.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:19 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:06:18.144464+0000 mgr.smithi008.afsosb (mgr.14180) 1118 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:20.914 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:20 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:19.622226+0000 mgr.smithi008.afsosb (mgr.14180) 1119 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:20.997 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:06:20.997 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:06:21.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:20 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:19.622226+0000 mgr.smithi008.afsosb (mgr.14180) 1119 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:21.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:06:22.379 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:06:23.097 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:06:20.992208+0000 mgr.smithi008.afsosb (mgr.14180) 1120 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:23.097 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:22 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:21.622777+0000 mgr.smithi008.afsosb (mgr.14180) 1121 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:23.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:06:20.992208+0000 mgr.smithi008.afsosb (mgr.14180) 1120 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:23.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:22 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:21.622777+0000 mgr.smithi008.afsosb (mgr.14180) 1121 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:23.804 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:06:23.804 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:06:24.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:06:24.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:23.623222+0000 mgr.smithi008.afsosb (mgr.14180) 1122 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:24.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:24 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:06:23.799037+0000 mgr.smithi008.afsosb (mgr.14180) 1123 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:25.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:23.623222+0000 mgr.smithi008.afsosb (mgr.14180) 1122 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:25.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:24 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:06:23.799037+0000 mgr.smithi008.afsosb (mgr.14180) 1123 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:25.180 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:06:26.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:26 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:25.623873+0000 mgr.smithi008.afsosb (mgr.14180) 1124 : 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-01-19T00:06:26.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:26 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:25.623873+0000 mgr.smithi008.afsosb (mgr.14180) 1124 : 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-01-19T00:06:26.578 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:06:26.578 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:06:26.943 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:06:27.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:27 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:06:26.573465+0000 mgr.smithi008.afsosb (mgr.14180) 1125 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:27.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:27 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:06:26.573465+0000 mgr.smithi008.afsosb (mgr.14180) 1125 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:27.944 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:06:28.269 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:28 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:27.624406+0000 mgr.smithi008.afsosb (mgr.14180) 1126 : 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-01-19T00:06:28.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:28 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:27.624406+0000 mgr.smithi008.afsosb (mgr.14180) 1126 : 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-01-19T00:06:29.291 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:06:29.291 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:06:29.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:06:30.680 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:06:31.019 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:06:29.285893+0000 mgr.smithi008.afsosb (mgr.14180) 1127 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:31.019 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:30 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:29.624843+0000 mgr.smithi008.afsosb (mgr.14180) 1128 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:31.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:06:29.285893+0000 mgr.smithi008.afsosb (mgr.14180) 1127 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:31.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:30 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:29.624843+0000 mgr.smithi008.afsosb (mgr.14180) 1128 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:32.032 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:06:32.033 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:06:32.409 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:06:33.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:32 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:31.625289+0000 mgr.smithi008.afsosb (mgr.14180) 1129 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:33.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:32 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:31.625289+0000 mgr.smithi008.afsosb (mgr.14180) 1129 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:33.411 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:06:33.751 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:33 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:06:32.027500+0000 mgr.smithi008.afsosb (mgr.14180) 1130 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:34.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:33 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:06:32.027500+0000 mgr.smithi008.afsosb (mgr.14180) 1130 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:34.830 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:06:34.831 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:06:34.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:34 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:33.625660+0000 mgr.smithi008.afsosb (mgr.14180) 1131 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:34.852 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:34 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:33.625660+0000 mgr.smithi008.afsosb (mgr.14180) 1131 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:35.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:06:36.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:35 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:06:34.825787+0000 mgr.smithi008.afsosb (mgr.14180) 1132 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:36.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:35 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:06:34.825787+0000 mgr.smithi008.afsosb (mgr.14180) 1132 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:36.210 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:06:36.892 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:36 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:35.626231+0000 mgr.smithi008.afsosb (mgr.14180) 1133 : 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-01-19T00:06:37.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:36 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:35.626231+0000 mgr.smithi008.afsosb (mgr.14180) 1133 : 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-01-19T00:06:37.588 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:06:37.588 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:06:38.138 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:06:39.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:06:37.582999+0000 mgr.smithi008.afsosb (mgr.14180) 1134 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:39.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:38 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:37.626632+0000 mgr.smithi008.afsosb (mgr.14180) 1135 : 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-01-19T00:06:39.139 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:06:39.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:06:37.582999+0000 mgr.smithi008.afsosb (mgr.14180) 1134 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:39.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:38 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:37.626632+0000 mgr.smithi008.afsosb (mgr.14180) 1135 : 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-01-19T00:06:40.537 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:06:40.537 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:06:40.881 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:40 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:39.627099+0000 mgr.smithi008.afsosb (mgr.14180) 1136 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:40.916 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:06:41.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:40 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:39.627099+0000 mgr.smithi008.afsosb (mgr.14180) 1136 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:41.917 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:06:42.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:41 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:06:40.532405+0000 mgr.smithi008.afsosb (mgr.14180) 1137 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:42.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:41 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:06:40.532405+0000 mgr.smithi008.afsosb (mgr.14180) 1137 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:42.894 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:42 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:41.627645+0000 mgr.smithi008.afsosb (mgr.14180) 1138 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:43.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:42 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:41.627645+0000 mgr.smithi008.afsosb (mgr.14180) 1138 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:43.271 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:06:43.271 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:06:43.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:06:44.667 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:06:44.993 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:06:43.266796+0000 mgr.smithi008.afsosb (mgr.14180) 1139 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:44.993 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:44 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:43.628082+0000 mgr.smithi008.afsosb (mgr.14180) 1140 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:45.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:06:43.266796+0000 mgr.smithi008.afsosb (mgr.14180) 1139 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:45.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:44 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:43.628082+0000 mgr.smithi008.afsosb (mgr.14180) 1140 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:45.983 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:06:45.983 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:06:46.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:46 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:45.628564+0000 mgr.smithi008.afsosb (mgr.14180) 1141 : 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-01-19T00:06:46.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:46 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:45.628564+0000 mgr.smithi008.afsosb (mgr.14180) 1141 : 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-01-19T00:06:46.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:06:47.349 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:47 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:06:45.978167+0000 mgr.smithi008.afsosb (mgr.14180) 1142 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:47.378 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:06:47.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:47 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:06:45.978167+0000 mgr.smithi008.afsosb (mgr.14180) 1142 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:48.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:48 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:47.629015+0000 mgr.smithi008.afsosb (mgr.14180) 1143 : 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-01-19T00:06:48.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:48 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:47.629015+0000 mgr.smithi008.afsosb (mgr.14180) 1143 : 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-01-19T00:06:48.823 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:06:48.823 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:06:49.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:49 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:06:48.818531+0000 mgr.smithi008.afsosb (mgr.14180) 1144 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:49.215 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:06:49.349 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:49 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:06:48.818531+0000 mgr.smithi008.afsosb (mgr.14180) 1144 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:50.216 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:06:50.349 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:50 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:49.629631+0000 mgr.smithi008.afsosb (mgr.14180) 1145 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:50.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:50 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:49.629631+0000 mgr.smithi008.afsosb (mgr.14180) 1145 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:51.552 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:06:51.552 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:06:51.931 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:06:52.933 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:06:52.966 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:06:51.547189+0000 mgr.smithi008.afsosb (mgr.14180) 1146 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:52.966 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:52 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:51.630050+0000 mgr.smithi008.afsosb (mgr.14180) 1147 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:53.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:06:51.547189+0000 mgr.smithi008.afsosb (mgr.14180) 1146 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:53.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:52 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:51.630050+0000 mgr.smithi008.afsosb (mgr.14180) 1147 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:54.316 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:06:54.317 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:06:54.716 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:06:54.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:54 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:53.630415+0000 mgr.smithi008.afsosb (mgr.14180) 1148 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:55.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:54 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:53.630415+0000 mgr.smithi008.afsosb (mgr.14180) 1148 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:06:55.716 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:06:56.049 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:55 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:06:54.312157+0000 mgr.smithi008.afsosb (mgr.14180) 1149 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:56.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:55 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:06:54.312157+0000 mgr.smithi008.afsosb (mgr.14180) 1149 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:57.079 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:06:57.079 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T23:58:20.973333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jaxnku on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:06:57.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:56 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:55.631251+0000 mgr.smithi008.afsosb (mgr.14180) 1150 : 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-01-19T00:06:57.101 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:56 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:55.631251+0000 mgr.smithi008.afsosb (mgr.14180) 1150 : 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-01-19T00:06:57.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:06:58.466 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:06:58.791 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:06:57.074753+0000 mgr.smithi008.afsosb (mgr.14180) 1151 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:58.791 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:58 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:57.631931+0000 mgr.smithi008.afsosb (mgr.14180) 1152 : 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-01-19T00:06:59.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:06:57.074753+0000 mgr.smithi008.afsosb (mgr.14180) 1151 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:06:59.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:58 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:57.631931+0000 mgr.smithi008.afsosb (mgr.14180) 1152 : 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-01-19T00:06:59.818 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:06:59.819 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:06:58.885234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.cwtqns on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns\nDeploy daemon haproxy.nfs.foo.smithi060.cwtqns ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:05:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:06:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:06:59.976 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-19T00:06:58.884010+0000 mgr.smithi008.afsosb (mgr.14180) 1153 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns 2024-01-19T00:06:59.976 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns 2024-01-19T00:06:59.976 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns 2024-01-19T00:06:59.977 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns 2024-01-19T00:06:59.977 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Deploy daemon haproxy.nfs.foo.smithi060.cwtqns ... 2024-01-19T00:06:59.977 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:06:59.977 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T00:06:59.977 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-19T00:05:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:06:59.977 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-19T00:05:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:06:59.977 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-19T00:06:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:06:59.977 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T00:06:59.977 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:06:59.977 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Traceback (most recent call last): 2024-01-19T00:06:59.977 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-19T00:06:59.977 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: yield (conn, connr) 2024-01-19T00:06:59.977 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-19T00:06:59.978 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: code, '\n'.join(err))) 2024-01-19T00:06:59.978 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns 2024-01-19T00:06:59.978 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns 2024-01-19T00:06:59.978 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns 2024-01-19T00:06:59.978 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns 2024-01-19T00:06:59.978 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Deploy daemon haproxy.nfs.foo.smithi060.cwtqns ... 2024-01-19T00:06:59.978 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:06:59.978 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T00:06:59.978 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-19T00:05:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:06:59.978 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-19T00:05:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:06:59.978 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-19T00:06:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:06:59.978 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T00:06:59.978 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:06:59.979 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-19T00:06:58.884276+0000 mgr.smithi008.afsosb (mgr.14180) 1154 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.cwtqns 2024-01-19T00:06:59.979 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:06:58.884654+0000 mon.smithi008 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.cwtqns"}]: dispatch 2024-01-19T00:06:59.979 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-19T00:06:58.885356+0000 mgr.smithi008.afsosb (mgr.14180) 1155 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.cwtqns on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns 2024-01-19T00:06:59.979 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns 2024-01-19T00:06:59.979 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns 2024-01-19T00:06:59.979 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns 2024-01-19T00:06:59.979 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Deploy daemon haproxy.nfs.foo.smithi060.cwtqns ... 2024-01-19T00:06:59.979 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:06:59.979 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T00:06:59.979 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-19T00:05:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:06:59.979 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-19T00:05:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:06:59.979 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr time="2024-01-19T00:06:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:06:59.979 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T00:06:59.979 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:06:59.980 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:06:59 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cephadm 2024-01-19T00:06:58.887548+0000 mgr.smithi008.afsosb (mgr.14180) 1156 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.saaoas on smithi008 2024-01-19T00:07:00.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-19T00:06:58.884010+0000 mgr.smithi008.afsosb (mgr.14180) 1153 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns 2024-01-19T00:07:00.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns 2024-01-19T00:07:00.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns 2024-01-19T00:07:00.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns 2024-01-19T00:07:00.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Deploy daemon haproxy.nfs.foo.smithi060.cwtqns ... 2024-01-19T00:07:00.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:07:00.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T00:07:00.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-19T00:05:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:07:00.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-19T00:05:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:07:00.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-19T00:06:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:07:00.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T00:07:00.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:07:00.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Traceback (most recent call last): 2024-01-19T00:07:00.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-19T00:07:00.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: yield (conn, connr) 2024-01-19T00:07:00.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-19T00:07:00.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: code, '\n'.join(err))) 2024-01-19T00:07:00.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns 2024-01-19T00:07:00.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns 2024-01-19T00:07:00.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns 2024-01-19T00:07:00.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns 2024-01-19T00:07:00.101 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Deploy daemon haproxy.nfs.foo.smithi060.cwtqns ... 2024-01-19T00:07:00.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:07:00.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T00:07:00.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-19T00:05:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:07:00.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-19T00:05:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:07:00.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-19T00:06:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:07:00.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T00:07:00.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:07:00.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-19T00:06:58.884276+0000 mgr.smithi008.afsosb (mgr.14180) 1154 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi060.cwtqns 2024-01-19T00:07:00.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:06:58.884654+0000 mon.smithi008 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.8:0/3422687188' entity='mgr.smithi008.afsosb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi060.cwtqns"}]: dispatch 2024-01-19T00:07:00.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-19T00:06:58.885356+0000 mgr.smithi008.afsosb (mgr.14180) 1155 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi060.cwtqns on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns 2024-01-19T00:07:00.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns 2024-01-19T00:07:00.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns 2024-01-19T00:07:00.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: /bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns 2024-01-19T00:07:00.102 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Deploy daemon haproxy.nfs.foo.smithi060.cwtqns ... 2024-01-19T00:07:00.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:07:00.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-19T00:07:00.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-19T00:05:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:07:00.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-19T00:05:43Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:07:00.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr time="2024-01-19T00:06:21Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-19T00:07:00.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-19T00:07:00.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: 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=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-19T00:07:00.103 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:06:59 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cephadm 2024-01-19T00:06:58.887548+0000 mgr.smithi008.afsosb (mgr.14180) 1156 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.saaoas on smithi008 2024-01-19T00:07:00.199 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:07:01.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:07:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:06:59.632342+0000 mgr.smithi008.afsosb (mgr.14180) 1157 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:07:01.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:07:00 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:06:59.814316+0000 mgr.smithi008.afsosb (mgr.14180) 1158 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:07:01.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:07:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:06:59.632342+0000 mgr.smithi008.afsosb (mgr.14180) 1157 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:07:01.164 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:07:00 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:06:59.814316+0000 mgr.smithi008.afsosb (mgr.14180) 1158 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:07:01.200 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:07:02.636 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:07:02.636 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:06:58.885234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.cwtqns on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns\nDeploy daemon haproxy.nfs.foo.smithi060.cwtqns ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:05:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:06:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:07:02.913 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:07:02 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:07:01.632741+0000 mgr.smithi008.afsosb (mgr.14180) 1159 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:07:03.022 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:07:03.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:07:02 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:07:01.632741+0000 mgr.smithi008.afsosb (mgr.14180) 1159 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:07:04.023 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:07:04.057 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:07:03 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:07:02.631575+0000 mgr.smithi008.afsosb (mgr.14180) 1160 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:07:04.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:07:03 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:07:02.631575+0000 mgr.smithi008.afsosb (mgr.14180) 1160 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:07:05.058 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:07:04 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:07:03.633388+0000 mgr.smithi008.afsosb (mgr.14180) 1161 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:07:05.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:07:04 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:07:03.633388+0000 mgr.smithi008.afsosb (mgr.14180) 1161 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:07:05.415 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:07:05.416 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:06:58.885234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.cwtqns on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns\nDeploy daemon haproxy.nfs.foo.smithi060.cwtqns ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:05:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:06:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:07:05.833 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:07:06.349 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:07:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:07:05.410483+0000 mgr.smithi008.afsosb (mgr.14180) 1162 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:07:06.350 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:07:06 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:07:05.634053+0000 mgr.smithi008.afsosb (mgr.14180) 1163 : 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-01-19T00:07:06.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:07:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:07:05.410483+0000 mgr.smithi008.afsosb (mgr.14180) 1162 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:07:06.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:07:06 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:07:05.634053+0000 mgr.smithi008.afsosb (mgr.14180) 1163 : 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-01-19T00:07:06.834 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:07:08.306 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:07:08.306 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:06:58.885234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.cwtqns on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns\nDeploy daemon haproxy.nfs.foo.smithi060.cwtqns ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:05:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:06:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:07:08.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:07:09.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:07:08 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:07:07.634460+0000 mgr.smithi008.afsosb (mgr.14180) 1164 : 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-01-19T00:07:09.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:07:08 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:07:07.634460+0000 mgr.smithi008.afsosb (mgr.14180) 1164 : 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-01-19T00:07:09.698 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:07:10.038 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:07:09 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:07:08.301063+0000 mgr.smithi008.afsosb (mgr.14180) 1165 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:07:10.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:07:09 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:07:08.301063+0000 mgr.smithi008.afsosb (mgr.14180) 1165 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:07:11.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:07:10 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:07:09.634976+0000 mgr.smithi008.afsosb (mgr.14180) 1166 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:07:11.107 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:07:11.107 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:06:58.885234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.cwtqns on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns\nDeploy daemon haproxy.nfs.foo.smithi060.cwtqns ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:05:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:06:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:07:11.133 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:07:10 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:07:09.634976+0000 mgr.smithi008.afsosb (mgr.14180) 1166 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:07:11.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:07:12.498 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:07:12.829 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:07:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:07:11.102560+0000 mgr.smithi008.afsosb (mgr.14180) 1167 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:07:12.829 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:07:12 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:07:11.635620+0000 mgr.smithi008.afsosb (mgr.14180) 1168 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:07:13.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:07:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:07:11.102560+0000 mgr.smithi008.afsosb (mgr.14180) 1167 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:07:13.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:07:12 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:07:11.635620+0000 mgr.smithi008.afsosb (mgr.14180) 1168 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:07:13.901 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:07:13.901 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:06:58.885234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.cwtqns on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns\nDeploy daemon haproxy.nfs.foo.smithi060.cwtqns ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:05:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:06:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:07:14.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:07:15.099 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:07:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:07:13.635988+0000 mgr.smithi008.afsosb (mgr.14180) 1169 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:07:15.100 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:07:14 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:07:13.896492+0000 mgr.smithi008.afsosb (mgr.14180) 1170 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:07:15.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:07:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:07:13.635988+0000 mgr.smithi008.afsosb (mgr.14180) 1169 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:07:15.163 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:07:14 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:07:13.896492+0000 mgr.smithi008.afsosb (mgr.14180) 1170 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:07:15.332 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 634b8812-b65b-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-19T00:07:16.324 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:07:16 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:07:15.636604+0000 mgr.smithi008.afsosb (mgr.14180) 1171 : 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-01-19T00:07:16.349 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:07:16 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:07:15.636604+0000 mgr.smithi008.afsosb (mgr.14180) 1171 : 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-01-19T00:07:16.707 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-01-19T00:07:16.707 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T23:44:46.330183Z", "last_refresh": "2024-01-19T00:04:29.185856Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T23:44:42.577163Z", "last_refresh": "2024-01-19T00:04:26.121651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T23:44:44.467241Z", "last_refresh": "2024-01-19T00:04:29.185987Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-19T00:00:55.138860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.kcpdbs on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-kcpdbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.kcpdbs\nDeploy daemon haproxy.nfs.foo.smithi060.kcpdbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T23:59:02Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T23:59:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:00:17Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.813210Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.hssabj on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi008-hssabj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi008.hssabj\nDeploy daemon haproxy.nfs.foo.smithi008.hssabj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:01:32Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:09Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:02:47Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-19T00:03:24.814470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi060.ljimnn on smithi060: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:03:24.815468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.yqjggn on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-19T00:06:58.885234Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi060.cwtqns on smithi060: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi060-cwtqns\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns\n/bin/podman: stderr Error: no such container ceph-634b8812-b65b-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi060.cwtqns\nDeploy daemon haproxy.nfs.foo.smithi060.cwtqns ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-19T00:05:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:05:43Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-19T00:06:21Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi060 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2024-01-18T23:48:10.746388Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2024-01-18T23:48:07.287610Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T23:48:07.282111Z", "last_refresh": "2024-01-19T00:04:26.122716Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T23:44:41.590762Z", "last_refresh": "2024-01-19T00:04:26.121867Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:45:45.346038Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi060:172.21.15.60=smithi060"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T23:45:45.342639Z", "last_refresh": "2024-01-19T00:04:26.122006Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T23:48:10.745309Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-18T23:48:10.741612Z", "last_refresh": "2024-01-19T00:04:29.186825Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T23:44:45.379825Z", "last_refresh": "2024-01-19T00:04:26.122151Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T23:46:13.441030Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T23:46:13.437328Z", "last_refresh": "2024-01-19T00:04:26.122301Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T23:44:43.519918Z", "last_refresh": "2024-01-19T00:04:29.186123Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-19T00:07:17.119 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-19T00:07:17.119 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-19T00:07:17.965 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=67f578daabc34e06be5a8c11fbca6378 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-19T00:07:17.967 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-19T00:07:18.026 INFO:tasks.vip:Removing 10.0.15.8 (and any VIPs) on smithi008.front.sepia.ceph.com iface ens1f0... 2024-01-19T00:07:18.027 DEBUG:teuthology.orchestra.run.smithi008:> sudo ip addr del 10.0.15.8/16 dev ens1f0 2024-01-19T00:07:18.040 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:07:17 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: audit 2024-01-19T00:07:16.701642+0000 mgr.smithi008.afsosb (mgr.14180) 1172 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:07:18.041 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:07:17 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: audit 2024-01-19T00:07:16.701642+0000 mgr.smithi008.afsosb (mgr.14180) 1172 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-19T00:07:18.081 DEBUG:teuthology.orchestra.run.smithi008:> sudo ip addr del 10.0.31.8/16 dev ens1f0 2024-01-19T00:07:18.153 INFO:teuthology.orchestra.run.smithi008.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-19T00:07:18.155 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-19T00:07:18.155 INFO:tasks.vip:Removing 10.0.15.60 (and any VIPs) on smithi060.front.sepia.ceph.com iface ens1f0... 2024-01-19T00:07:18.155 DEBUG:teuthology.orchestra.run.smithi060:> sudo ip addr del 10.0.15.60/16 dev ens1f0 2024-01-19T00:07:18.197 DEBUG:teuthology.orchestra.run.smithi060:> sudo ip addr del 10.0.31.8/16 dev ens1f0 2024-01-19T00:07:18.269 INFO:teuthology.orchestra.run.smithi060.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-19T00:07:18.270 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-19T00:07:18.270 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-19T00:07:18.300 INFO:tasks.cephadm:Teardown begin 2024-01-19T00:07:18.301 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-19T00:07:18.331 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:07:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: cluster 2024-01-19T00:07:17.637274+0000 mgr.smithi008.afsosb (mgr.14180) 1173 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:07:18.335 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-19T00:07:18.349 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:07:18 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: cluster 2024-01-19T00:07:17.637274+0000 mgr.smithi008.afsosb (mgr.14180) 1173 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-19T00:07:18.366 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-19T00:07:18.366 DEBUG:teuthology.orchestra.run.smithi008:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-19T00:07:18.396 DEBUG:teuthology.orchestra.run.smithi060:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-19T00:07:18.426 INFO:tasks.cephadm:Stopping all daemons... 2024-01-19T00:07:18.426 INFO:tasks.cephadm.mon.smithi008:Stopping mon.smithi008... 2024-01-19T00:07:18.426 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-634b8812-b65b-11ee-95ae-87774f69a715@mon.smithi008 2024-01-19T00:07:18.663 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:07:18 smithi008 systemd[1]: Stopping Ceph mon.smithi008 for 634b8812-b65b-11ee-95ae-87774f69a715... 2024-01-19T00:07:18.664 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:07:18 smithi008 bash[158487]: Error: no container with name or ID "ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon.smithi008" found: no such container 2024-01-19T00:07:19.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:07:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-19T00:07:18.706+0000 7fd6e0dbc700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi008 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-19T00:07:19.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:07:18 smithi008 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008[35229]: debug 2024-01-19T00:07:18.706+0000 7fd6e0dbc700 -1 mon.smithi008@0(leader) e2 *** Got Signal Terminated *** 2024-01-19T00:07:19.378 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Jan 19 00:07:19 smithi008 bash[158526]: ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi008 2024-01-19T00:07:19.384 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-634b8812-b65b-11ee-95ae-87774f69a715@mon.smithi008.service' 2024-01-19T00:07:19.428 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-19T00:07:19.428 INFO:tasks.cephadm.mon.smithi008:Stopped mon.smithi008 2024-01-19T00:07:19.429 INFO:tasks.cephadm.mon.smithi060:Stopping mon.smithi060... 2024-01-19T00:07:19.429 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-634b8812-b65b-11ee-95ae-87774f69a715@mon.smithi060 2024-01-19T00:07:19.850 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:07:19 smithi060 systemd[1]: Stopping Ceph mon.smithi060 for 634b8812-b65b-11ee-95ae-87774f69a715... 2024-01-19T00:07:19.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:07:19 smithi060 bash[59147]: Error: no container with name or ID "ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon.smithi060" found: no such container 2024-01-19T00:07:19.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:07:19 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-19T00:07:19.685+0000 7f60e93d3700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi060 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-19T00:07:19.851 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:07:19 smithi060 ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060[38791]: debug 2024-01-19T00:07:19.685+0000 7f60e93d3700 -1 mon.smithi060@1(peon) e2 *** Got Signal Terminated *** 2024-01-19T00:07:20.206 INFO:journalctl@ceph.mon.smithi060.smithi060.stdout:Jan 19 00:07:19 smithi060 bash[59186]: ceph-634b8812-b65b-11ee-95ae-87774f69a715-mon-smithi060 2024-01-19T00:07:20.212 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-634b8812-b65b-11ee-95ae-87774f69a715@mon.smithi060.service' 2024-01-19T00:07:20.259 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-19T00:07:20.259 INFO:tasks.cephadm.mon.smithi060:Stopped mon.smithi060 2024-01-19T00:07:20.259 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 634b8812-b65b-11ee-95ae-87774f69a715 --force --keep-logs 2024-01-19T00:10:13.232 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 634b8812-b65b-11ee-95ae-87774f69a715 --force --keep-logs 2024-01-19T00:10:53.814 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-19T00:10:53.853 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-19T00:10:53.885 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-19T00:10:53.887 DEBUG:teuthology.misc:Transferring archived files from smithi008:/var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520697/remote/ubuntu@smithi008.front.sepia.ceph.com/crash 2024-01-19T00:10:53.888 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/crash -- . 2024-01-19T00:10:53.935 INFO:teuthology.orchestra.run.smithi008.stderr:tar: /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/crash: Cannot open: No such file or directory 2024-01-19T00:10:53.935 INFO:teuthology.orchestra.run.smithi008.stderr:tar: Error is not recoverable: exiting now 2024-01-19T00:10:53.937 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520697/remote/ubuntu@smithi060.front.sepia.ceph.com/crash 2024-01-19T00:10:53.938 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/crash -- . 2024-01-19T00:10:53.988 INFO:teuthology.orchestra.run.smithi060.stderr:tar: /var/lib/ceph/634b8812-b65b-11ee-95ae-87774f69a715/crash: Cannot open: No such file or directory 2024-01-19T00:10:53.988 INFO:teuthology.orchestra.run.smithi060.stderr:tar: Error is not recoverable: exiting now 2024-01-19T00:10:53.989 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-19T00:10:53.989 DEBUG:teuthology.orchestra.run.smithi008:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-19T00:10:54.022 INFO:teuthology.orchestra.run.smithi008.stderr:grep: /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph.log: No such file or directory 2024-01-19T00:10:54.024 INFO:tasks.cephadm:Compressing logs... 2024-01-19T00:10:54.024 DEBUG:teuthology.orchestra.run.smithi008:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-19T00:10:54.067 DEBUG:teuthology.orchestra.run.smithi060:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-19T00:10:54.095 INFO:teuthology.orchestra.run.smithi060.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-19T00:10:54.095 INFO:teuthology.orchestra.run.smithi060.stderr:: No such file or directory 2024-01-19T00:10:54.095 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-mon.smithi060.log 2024-01-19T00:10:54.100 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.6.log 2024-01-19T00:10:54.100 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-mon.smithi060.log: gzip -5 --verbose -- /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-volume.log 2024-01-19T00:10:54.100 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.2.log 2024-01-19T00:10:54.100 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.6.log: /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.0.log 2024-01-19T00:10:54.100 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.2.log: /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-mgr.smithi060.chknjn.log 2024-01-19T00:10:54.100 INFO:teuthology.orchestra.run.smithi008.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-19T00:10:54.101 INFO:teuthology.orchestra.run.smithi008.stderr:: No such file or directory 2024-01-19T00:10:54.101 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-volume.log 2024-01-19T00:10:54.101 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.3.log 2024-01-19T00:10:54.101 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.7.log 2024-01-19T00:10:54.101 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-mon.smithi008.log 2024-01-19T00:10:54.101 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi008.lrranu.log 2024-01-19T00:10:54.101 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.7.log: /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-mon.smithi008.log: /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi008.lrranu.log: 60.1% -- replaced with /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi008.lrranu.log.gz 2024-01-19T00:10:54.102 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.5.log 2024-01-19T00:10:54.102 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-mgr.smithi008.afsosb.log 2024-01-19T00:10:54.103 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-mgr.smithi060.chknjn.log: 90.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-19T00:10:54.103 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi060.dbjwcl.log 2024-01-19T00:10:54.104 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi060.dbjwcl.log: 87.3% -- replaced with /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi060.dbjwcl.log.gz 2024-01-19T00:10:54.104 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.4.log 2024-01-19T00:10:54.104 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.4.log: 92.9% -- replaced with /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-volume.log.gz 2024-01-19T00:10:54.105 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.5.log: /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-mgr.smithi008.afsosb.log: gzip -5 --verbose -- /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.1.log 2024-01-19T00:10:54.105 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.1.log: 92.8% -- replaced with /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-volume.log.gz 2024-01-19T00:10:54.107 INFO:teuthology.orchestra.run.smithi060.stderr: 93.2% -- replaced with /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-mgr.smithi060.chknjn.log.gz 2024-01-19T00:10:54.133 INFO:teuthology.orchestra.run.smithi008.stderr: 94.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-19T00:10:54.386 INFO:teuthology.orchestra.run.smithi008.stderr: 89.9% -- replaced with /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-mgr.smithi008.afsosb.log.gz 2024-01-19T00:10:54.448 INFO:teuthology.orchestra.run.smithi060.stderr: 92.2% -- replaced with /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-mon.smithi060.log.gz 2024-01-19T00:10:54.485 INFO:teuthology.orchestra.run.smithi060.stderr: 92.9% -- replaced with /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.2.log.gz 2024-01-19T00:10:54.486 INFO:teuthology.orchestra.run.smithi008.stderr: 93.0% -- replaced with /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.5.log.gz 2024-01-19T00:10:54.509 INFO:teuthology.orchestra.run.smithi060.stderr: 92.9% -- replaced with /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.4.log.gz 2024-01-19T00:10:54.543 INFO:teuthology.orchestra.run.smithi008.stderr: 93.2% -- replaced with /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.7.log.gz 2024-01-19T00:10:54.589 INFO:teuthology.orchestra.run.smithi060.stderr: 92.9% -- replaced with /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.6.log.gz 2024-01-19T00:10:54.634 INFO:teuthology.orchestra.run.smithi008.stderr: 92.9% -- replaced with /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.1.log.gz 2024-01-19T00:10:54.714 INFO:teuthology.orchestra.run.smithi060.stderr: 93.0% -- replaced with /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.0.log.gz 2024-01-19T00:10:54.716 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-01-19T00:10:54.716 INFO:teuthology.orchestra.run.smithi060.stderr:real 0m0.631s 2024-01-19T00:10:54.716 INFO:teuthology.orchestra.run.smithi060.stderr:user 0m2.204s 2024-01-19T00:10:54.716 INFO:teuthology.orchestra.run.smithi060.stderr:sys 0m0.098s 2024-01-19T00:10:54.752 INFO:teuthology.orchestra.run.smithi008.stderr: 93.6% -- replaced with /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-osd.3.log.gz 2024-01-19T00:10:54.847 INFO:teuthology.orchestra.run.smithi008.stderr: 89.9% -- replaced with /var/log/ceph/634b8812-b65b-11ee-95ae-87774f69a715/ceph-mon.smithi008.log.gz 2024-01-19T00:10:54.849 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-01-19T00:10:54.849 INFO:teuthology.orchestra.run.smithi008.stderr:real 0m0.765s 2024-01-19T00:10:54.849 INFO:teuthology.orchestra.run.smithi008.stderr:user 0m3.005s 2024-01-19T00:10:54.849 INFO:teuthology.orchestra.run.smithi008.stderr:sys 0m0.120s 2024-01-19T00:10:54.849 INFO:tasks.cephadm:Archiving logs... 2024-01-19T00:10:54.850 DEBUG:teuthology.misc:Transferring archived files from smithi008:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520697/remote/ubuntu@smithi008.front.sepia.ceph.com/log 2024-01-19T00:10:54.850 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-19T00:10:55.356 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520697/remote/ubuntu@smithi060.front.sepia.ceph.com/log 2024-01-19T00:10:55.357 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-19T00:10:55.770 INFO:tasks.cephadm:Removing cluster... 2024-01-19T00:10:55.770 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 634b8812-b65b-11ee-95ae-87774f69a715 --force 2024-01-19T00:10:56.163 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 634b8812-b65b-11ee-95ae-87774f69a715 --force 2024-01-19T00:10:56.544 INFO:tasks.cephadm:Removing cephadm ... 2024-01-19T00:10:56.545 DEBUG:teuthology.orchestra.run.smithi008:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-19T00:10:56.564 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-19T00:10:56.582 INFO:tasks.cephadm:Teardown complete 2024-01-19T00:10:56.583 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-19T00:10:56.596 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi008:/dev/vg_nvme/lv_1... 2024-01-19T00:10:56.597 DEBUG:teuthology.orchestra.run.smithi008:> sudo nvme disconnect -n lv_1 2024-01-19T00:10:56.734 INFO:teuthology.orchestra.run.smithi008.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-19T00:10:56.735 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T00:10:56.735 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi008:/dev/vg_nvme/lv_2... 2024-01-19T00:10:56.736 DEBUG:teuthology.orchestra.run.smithi008:> sudo nvme disconnect -n lv_2 2024-01-19T00:10:56.868 INFO:teuthology.orchestra.run.smithi008.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-19T00:10:56.869 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T00:10:56.869 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi008:/dev/vg_nvme/lv_3... 2024-01-19T00:10:56.870 DEBUG:teuthology.orchestra.run.smithi008:> sudo nvme disconnect -n lv_3 2024-01-19T00:10:56.992 INFO:teuthology.orchestra.run.smithi008.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-19T00:10:56.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T00:10:56.993 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi008:/dev/vg_nvme/lv_4... 2024-01-19T00:10:56.994 DEBUG:teuthology.orchestra.run.smithi008:> sudo nvme disconnect -n lv_4 2024-01-19T00:10:57.120 INFO:teuthology.orchestra.run.smithi008.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-19T00:10:57.121 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T00:10:57.121 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-01-19T00:10:57.121 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/scratch_devs 2024-01-19T00:10:57.149 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi060:/dev/vg_nvme/lv_1... 2024-01-19T00:10:57.149 DEBUG:teuthology.orchestra.run.smithi060:> sudo nvme disconnect -n lv_1 2024-01-19T00:10:57.273 INFO:teuthology.orchestra.run.smithi060.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-19T00:10:57.275 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T00:10:57.275 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi060:/dev/vg_nvme/lv_2... 2024-01-19T00:10:57.275 DEBUG:teuthology.orchestra.run.smithi060:> sudo nvme disconnect -n lv_2 2024-01-19T00:10:57.410 INFO:teuthology.orchestra.run.smithi060.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-19T00:10:57.411 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T00:10:57.412 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi060:/dev/vg_nvme/lv_3... 2024-01-19T00:10:57.412 DEBUG:teuthology.orchestra.run.smithi060:> sudo nvme disconnect -n lv_3 2024-01-19T00:10:57.536 INFO:teuthology.orchestra.run.smithi060.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-19T00:10:57.537 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T00:10:57.538 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi060:/dev/vg_nvme/lv_4... 2024-01-19T00:10:57.538 DEBUG:teuthology.orchestra.run.smithi060:> sudo nvme disconnect -n lv_4 2024-01-19T00:10:57.658 INFO:teuthology.orchestra.run.smithi060.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-19T00:10:57.659 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T00:10:57.660 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-01-19T00:10:57.660 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/scratch_devs 2024-01-19T00:10:57.689 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-19T00:10:57.784 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-19T00:10:57.784 DEBUG:teuthology.orchestra.run.smithi008:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-19T00:10:57.787 DEBUG:teuthology.orchestra.run.smithi060:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-19T00:10:57.805 INFO:teuthology.orchestra.run.smithi060.stderr:bash: ntpq: command not found 2024-01-19T00:10:57.806 INFO:teuthology.orchestra.run.smithi008.stderr:bash: ntpq: command not found 2024-01-19T00:10:57.810 INFO:teuthology.orchestra.run.smithi060.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-19T00:10:57.810 INFO:teuthology.orchestra.run.smithi060.stdout:=============================================================================== 2024-01-19T00:10:57.810 INFO:teuthology.orchestra.run.smithi060.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 41 -792us[ -792us] +/- 89ms 2024-01-19T00:10:57.810 INFO:teuthology.orchestra.run.smithi060.stdout:^* hv02.front.sepia.ceph.com 3 6 377 44 -61us[ -61us] +/- 64ms 2024-01-19T00:10:57.811 INFO:teuthology.orchestra.run.smithi060.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 43 +882us[ +882us] +/- 92ms 2024-01-19T00:10:57.811 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-19T00:10:57.813 INFO:teuthology.orchestra.run.smithi008.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-19T00:10:57.813 INFO:teuthology.orchestra.run.smithi008.stdout:=============================================================================== 2024-01-19T00:10:57.813 INFO:teuthology.orchestra.run.smithi008.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 43 -777us[ -776us] +/- 89ms 2024-01-19T00:10:57.813 INFO:teuthology.orchestra.run.smithi008.stdout:^* hv02.front.sepia.ceph.com 3 6 377 41 -65us[ -64us] +/- 64ms 2024-01-19T00:10:57.814 INFO:teuthology.orchestra.run.smithi008.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 42 +890us[ +891us] +/- 92ms 2024-01-19T00:10:57.814 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-19T00:10:57.814 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-19T00:10:57.830 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-19T00:10:57.831 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-19T00:10:57.849 DEBUG:teuthology.orchestra.run.smithi008:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-19T00:10:57.933 DEBUG:teuthology.orchestra.run.smithi060:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-19T00:10:57.997 DEBUG:teuthology.orchestra.run.smithi008:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-19T00:10:58.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T00:10:58.031 DEBUG:teuthology.orchestra.run.smithi060:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-19T00:10:58.062 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T00:10:58.063 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-19T00:10:58.077 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-19T00:10:58.117 INFO:teuthology.task.internal:Duration was 2017.180985 seconds 2024-01-19T00:10:58.118 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-19T00:10:58.128 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-19T00:10:58.129 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-19T00:10:58.131 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-19T00:10:58.180 INFO:teuthology.orchestra.run.smithi060.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-19T00:10:58.180 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-19T00:10:58.426 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-19T00:10:58.426 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi008.front.sepia.ceph.com 2024-01-19T00:10:58.426 DEBUG:teuthology.orchestra.run.smithi008:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-19T00:10:58.450 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi060.front.sepia.ceph.com 2024-01-19T00:10:58.450 DEBUG:teuthology.orchestra.run.smithi060:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-19T00:10:58.474 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-19T00:10:58.474 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-19T00:10:58.493 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-19T00:10:58.568 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-19T00:10:58.569 DEBUG:teuthology.orchestra.run.smithi008:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-19T00:10:58.571 DEBUG:teuthology.orchestra.run.smithi060:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-19T00:10:58.726 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-19T00:10:58.742 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-19T00:10:58.742 DEBUG:teuthology.orchestra.run.smithi008:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-19T00:10:58.770 DEBUG:teuthology.orchestra.run.smithi060:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-19T00:10:58.798 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-19T00:10:58.824 DEBUG:teuthology.orchestra.run.smithi008:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-19T00:10:58.826 DEBUG:teuthology.orchestra.run.smithi060:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-19T00:10:58.851 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = core 2024-01-19T00:10:58.865 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = core 2024-01-19T00:10:58.882 DEBUG:teuthology.orchestra.run.smithi008:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-19T00:10:58.923 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T00:10:58.923 DEBUG:teuthology.orchestra.run.smithi060:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-19T00:10:58.940 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-19T00:10:58.940 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-19T00:10:58.952 INFO:teuthology.task.internal:Transferring archived files... 2024-01-19T00:10:58.954 DEBUG:teuthology.misc:Transferring archived files from smithi008:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520697/remote/smithi008 2024-01-19T00:10:58.954 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-19T00:10:59.123 DEBUG:teuthology.misc:Transferring archived files from smithi060:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520697/remote/smithi060 2024-01-19T00:10:59.124 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-19T00:10:59.163 INFO:teuthology.task.internal:Removing archive directory... 2024-01-19T00:10:59.163 DEBUG:teuthology.orchestra.run.smithi008:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-19T00:10:59.165 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-19T00:10:59.216 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-19T00:10:59.243 INFO:teuthology.task.internal:Not uploading archives. 2024-01-19T00:10:59.243 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-19T00:10:59.254 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-19T00:10:59.254 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-19T00:10:59.256 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-19T00:10:59.272 INFO:teuthology.orchestra.run.smithi008.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 19 00:10 /home/ubuntu/cephtest 2024-01-19T00:10:59.273 INFO:teuthology.orchestra.run.smithi060.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 19 00:10 /home/ubuntu/cephtest 2024-01-19T00:10:59.275 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-19T00:10:59.290 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-19T00:10:59.314 INFO:teuthology.nuke:Checking targets against current locks 2024-01-19T00:10:59.340 DEBUG:teuthology.nuke:shortname: smithi008 2024-01-19T00:10:59.340 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-19T00:10:59.363 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520697', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 23:29:01.099507', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM+pCn9kJjd2Iaq8Lt4w/brvc3oJMeKkyriZjdgcqlbgjOn9K+MmrD1zPUiZxGLbUfLSifQzNY5ojTqKIhawIRU='} 2024-01-19T00:10:59.366 DEBUG:teuthology.nuke:shortname: smithi060 2024-01-19T00:10:59.367 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-19T00:10:59.388 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi060.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520697', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 23:29:01.097687', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIFoBD04RpuPgZ73nGMa9cIbcHgBJ5qBSlSgF6iDoUorLlQ3q7gbo7Z+StJUQT5RV25CnmRbjHF8hHQ8W3yLM5s='} 2024-01-19T00:10:59.416 INFO:teuthology.orchestra.console.smithi008:Power off 2024-01-19T00:10:59.417 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-19T00:10:59.475 INFO:teuthology.orchestra.console.smithi060:Power off 2024-01-19T00:10:59.475 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-19T00:10:59.554 DEBUG:teuthology.orchestra.console.smithi008:power off output: Chassis Power Control: Down/Off 2024-01-19T00:10:59.555 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-19T00:10:59.564 DEBUG:teuthology.orchestra.console.smithi060:power off output: Chassis Power Control: Down/Off 2024-01-19T00:10:59.565 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-19T00:10:59.578 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2024-01-19T00:10:59.587 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is on 2024-01-19T00:11:03.579 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-19T00:11:03.588 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-19T00:11:03.690 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2024-01-19T00:11:03.697 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is on 2024-01-19T00:11:07.692 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-19T00:11:07.702 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-19T00:11:07.804 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is off 2024-01-19T00:11:07.812 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is off 2024-01-19T00:11:07.905 INFO:teuthology.orchestra.console.smithi008:Power off completed 2024-01-19T00:11:07.913 INFO:teuthology.orchestra.console.smithi060:Power off completed 2024-01-19T00:11:08.017 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: 2017.180985212326 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=67f578daabc34e06be5a8c11fbca6378 status: fail success: false 2024-01-19T00:11:08.017 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-19T00:11:08.125 INFO:teuthology.run:FAIL